Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~715 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

5 Posted Topics

Member Avatar for UIJAD

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 …

Member Avatar for TechGuru123
0
114
Member Avatar for pranav_jog

uninstall then reinstall IIS if ddnt work it most probably is a security issue( your application's clearence on IIS)

Member Avatar for UIJAD
0
168
Member Avatar for innovativeatul

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

Member Avatar for UIJAD
0
203
Member Avatar for guptaalok12

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

Member Avatar for UIJAD
0
83
Member Avatar for newasp.net

try writing " " 4 times instead of " "; ie: xwriter.WriteEncodedText("[COLOR="Red"]    [/COLOR]");

Member Avatar for UIJAD
0
147

The End.