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
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
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.
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).
Plz share error string, meanwhile try cell[0].attributes.add("display","none") instead of setting it visible=False
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.
The End.