Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
0 Endorsements
Ranked #18.7K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for vikas05nitb

hii, i m facing problem in logout code in asp.net c#. please give the code which can do:- 1) session end 2) when pressing back button after logout it should be redirect to login page. 3)by pasting url of somebody's account in address bar it should not enter in the …

Member Avatar for thewebhostingdi
0
2K
Member Avatar for BC3

I am using Visual Basic 2008. I am trying to create a web page. I can't seem to get the labels, controls, etc. to let me place them where I want them on the page. I found several articles that suggest to make sure document shows in property window then …

Member Avatar for mitulmodi.rcc
0
84
Member Avatar for samkutty
Member Avatar for shanprab

how can we access a global variable defined in xxx.asax file in asp.net

Member Avatar for mitulmodi.rcc
0
96
Member Avatar for amit145

hello when i open my website it shows [B][url]www.mywebsite.com/index.html[/url][/B] but i want to open like [B][url]www.mywebsite.com[/url][/B] do not want index.html with the url. please give me the solution how to do it.

Member Avatar for amit145
0
89
Member Avatar for shaveta chatak

i got an exception when i run my site....it is usually happens at client side when more than 2 user accesing at the same time. i guess i hav'nt handle this exception properly but have no idea why this error is coming again n again. The Exception is "sys.webforms.pagerequestmanagerservererrorexception 503" …

Member Avatar for shaveta chatak
0
78
Member Avatar for Ali.M.Habib

I have nested asp repeaters [CODE] <asp:repeater id="ParentRepeater" runat="server" OnItemDataBound="repMenu1_ItemDataBound"> <itemtemplate> <table> <tr> <td> <asp:CheckBox id="CheckBox1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"DESCRIPTION") %>' OnCheckedChanged="chkBox_CheckedChanged" > </asp:CheckBox> </td> </tr> <tr> <td> <!-- start child repeater --> <asp:repeater id="childRepeater" runat="server"> <itemtemplate> <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="1000"> <TR> <TD><%# DataBinder.Eval(Container.DataItem,"Trx") %></TD> <TD><%# DataBinder.Eval(Container.DataItem,"GL") %></TD> <TD><%# …

Member Avatar for mitulmodi.rcc
0
705
Member Avatar for ajitkumar26

HI, I want to have a functionality to send Fax the document from my website developed in asp.net and i also need to have different header and footer for the Fax document.

Member Avatar for mitulmodi.rcc
0
57
Member Avatar for nccsbim071

Hi I have a web page where i need to use some javascript. If i write all the javascripts and jQuery javascripts in the aspx page it works perfect. But when i write all the javascripts in separate file called scripts.js and include scripts.js in the aspx page it doesn't …

Member Avatar for mitulmodi.rcc
0
160