No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
i am trying to programatically change the page culture and uiculture ( c# ), my webpage needs to have 2 languages and i have prepaired the right resource files ( .resx) and they are functional since when i try writing in the web.config culture="ar-LB" it works fine now i understand …
uninstall then reinstall IIS if ddnt work it most probably is a security issue( your application's clearence on IIS)
try instead of: [code=JavaScript]onmouseover="menu_visible(hiddenmenu)" onmouseout="menu_hidden(hiddenmenu)"[/code] this [code=JavaScript]onmouseover="menu_visible('hiddenmenu')" onmouseout="menu_hidden('hiddenmenu')"[/code] i know it might sound farfetched but given my experience in x-browser programming, even the smallest thing matter and are pesky
protected sub WTVRNAMEHERE (ByVal sender as object, ByVal e as System.Web.UI.WebControls.GridViewUpdatedEventArgs) Handles GRIDNAME.RowUpdated here you grab the row ( e.affectedrows) and apply the changes in the datatable ( which is the initial datasource... all that of course after adding the "Edit/Update" button to your gridview End Sub
try writing " " 4 times instead of " "; ie: xwriter.WriteEncodedText("[COLOR="Red"] [/COLOR]");
The End.
UIJAD