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
Ranked #37.0K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for sachin.sonawane3

It seems simple , have a look at vb.net sample sudo code For i=1 to 10 Response.write(i*i) Response.write(i*i*i) Next

Member Avatar for faheemsial
0
90
Member Avatar for alaad

just a guess but i think it can be done in global.asax Session_End event. do call same statements as suggested by @tdrosiadis ..... it will clear session if user closes browser without log-out or any action. Session.Clear() Session.Abondan() try it out.

Member Avatar for faheemsial
0
159
Member Avatar for AwaisAhmed88

if these forums API references are same then it is possible else not, or you can write your ows classes for each forum and use reflection to send call to respoective class (API).

Member Avatar for faheemsial
0
167
Member Avatar for coder91

Plz share error string, meanwhile try cell[0].attributes.add("display","none") instead of setting it visible=False

Member Avatar for faheemsial
0
176
Member Avatar for ikocrush

save all desired inputs which are being used in binding of gridview2, you can save them in dropdown's value section in sepration with any special character like: DropDownList1.Item(0).value = "ddlValue|gv2Id|gv2Name|gv2size" now on your DDL index changed event call binding call for gridview2 again with desired parameters.

Member Avatar for faheemsial
0
2K

The End.