Hello, What's the deal with the ? in a URL ? I know it is used to transport some parameters but how can the aspx page retrieve those values ? ...
I've installed VS.NET on my win2000 OS and I've created a simple ASP.NET web application. But when I try to debug I receive following dialog box...
If a page has a button with event handler private void btnAdd_Click(object sender, System.EventArgs e) { ....... } this event handler fires...
Hi, I am working with C# and ASP.NET with code behind and a SQL Server. I'm making an e-shop. When clients see what they have in their basket, I...
I am writing a user information update page and I populate the form on Page_Load with the current values of the user's name, etc. When I change...
Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill
I am somewhat new to ASP.NET and I am probably overlooking some basic rule that's causing my error. Anyways, here's the scoop: I am using a...
I created a VB.NET user control which uses a nonmanaged ActiveX control. I built it as 'mycontrol.dll'. In my ASP.NET webform I'm trying to add...
Can someone tell me how I can iterate through all of the Checkboxes included within a checkbox list? The code I currently have is as follows...
Hi - I'm trying to do client-side validation of the text in a Asp.Net textbox control using javascript. My page has the following: <form...
I'm looking for advice about WebHosting. I found this 2 interesting hosting company: http://www.webhost4life.com/hosting.asp...
hi clive, maybe these to links can help you: http://itextsharp.sourceforge.net http://report.sourceforge.net/ i use the itextsharp dll., but...
If you want to stop this happening, what you could do is a response.redirect back to the same page, after your server side event has finished...
<asp:HyperLink ID="DeleteLink" NavigateUrl="ChapterManger.aspx?CourseID=" + '<%# DataBinder.Eval(Container, "DataItem.course_id") %>'...
Hello everybody Whit vs2008 - ASP.NET Web Application In aspx part Ihave: <asp:Image id="picMain" runat="server" Width="177px" /> In vb...
I am generating some nested DataLists, but instead of displaying them on the client browser, I want to save the output HTML stream to an on-disk...
Hi I recently installed a fresh 2003 server, xcopied an existing asp.net application to the server. when I try to debug the application I get...
Hello James, The __doPostBack function is generated by ASP.NET as a helper function to submit the form. It allows you to specify the target and...
Can you show use some of the HTML in question? -- Carsten Thomsen Enterprise Development with Visual Studio .NET, UML, and MSF...
Ok, don't ask me why, but this solved it: Replace the line: Directory.Move(tempEventDirName, createdEventDirName); With:...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules