votes
Realy cant figure this out
Hi, I have the following problem. I have an aspx page with a label on it. <asp:Label ID="ClinicNamelbl" runat="server"></asp:Label> It is not in a login view or anything. Im getting an error in ...
blah blah blah is here! blah blah » Close
Hi, I have the following problem. I have an aspx page with a label on it. <asp:Label ID="ClinicNamelbl" runat="server"></asp:Label> It is not in a login view or anything. Im getting an error in ...
Hi guys, Is there a tutorial on how to create a Ticket System for my asp web app? I want users to log in and create a ticket on wich the client selectes wich os he is using and what the fault is. he must also be able to view when it was c ...
Hey guys I have an Application that has two gridviews. The First gridview, should have the new data displayed that is uploaded by the user in an access database. The other grid view displays the current database that is loaded. How would ...