| Thread | Last Post | Replies |
|
| mobile web forms | 22 Feb 2006 20:09 GMT | 2 |
I've just create a mobile web form with visual web developer express. But when I try to run it, it shows just up the default.aspx. But when I enter start.ascx (the mobile page) I receive this error: Server Error in '/tourist' Application.
|
| Need help with GridView and LDAP/GC | 22 Feb 2006 19:57 GMT | 2 |
I'm in the middle of trying to build an "AD phone book", and this being my first try at asp.net, I have a few questions that I hope some of you might be able to help with: 1. Is it correct, that PageSize equals the max size of the result
|
| ASP .NET and client's MAC address | 22 Feb 2006 19:56 GMT | 13 |
I'm new to ASP .NET, working on a school project, which i need to find out the client's MAC address. However in my search on the web, i have not find any method available, and some mention that it is not possible. I hope someone will be able to help me out about this!
|
| ASP.NET in Firefox | 22 Feb 2006 19:49 GMT | 9 |
I've been developing ASP.NET 1.1 application, testing it in IE 6.0 on my development machine. Of course, everything looks normal in IE as it should. Well, since it's going to be released to cross-browser user base, I wanted to see what it would look like in Firefox... well I am ...
|
| How do I access MasterPage functionality from an App_Code class? | 22 Feb 2006 19:43 GMT | 2 |
I am trying to access a label located in a MasterPage from a class located in my application's App_Code folder. The problem seems to be that the class cannot communicate with the MasterPage due to a lack of reference to it. How do I supply a reference to the class so that it
|
| How to abandon connection | 22 Feb 2006 19:35 GMT | 2 |
The connections to IIS of XP is limited below 10. When the 11th user want to connection to IIS, the system will refuse. He must wait until one of the connections is disconnected. I use the login controls of VS 2005. but I found that when a user press
|
| Not getting values from DropDownLists in User Controls | 22 Feb 2006 19:31 GMT | 8 |
I have a asp.net 1.1/vb application that has a page with a bunch of dynamically added User Controls. When I add the controls, I set the UserControl.EnableViewState to true. For all my controls with TextBoxes, I can get the value back out of the
|
| sorting xml data in server control | 22 Feb 2006 19:19 GMT | 4 |
I am passing an xml data file to a server control and need to sort the data. The data has three levels(tables). What is the recommended approach to do the sorting ? (using vb.net and asp.net 2.0)
|
| Pass viewstate to a new window in asp.net 2.0 | 22 Feb 2006 19:15 GMT | 2 |
I want to pop open a new window from my asp.net 2.0 web page. I want it to pass or submit the current viewstate to the new window. Does anyone know how to do that? Thanks.
|
| Open visual studio project in other path | 22 Feb 2006 19:05 GMT | 2 |
If I have asp.net 2.0 web project, when i move the folder of web project into other place, i can't open the web project, how to solve this problem? Moverover, when i create a stor pro in sql server 2005, it can't save in local server and to save into a file location. HOw can save ...
|
| Why the .pdf can not be shown? | 22 Feb 2006 19:03 GMT | 6 |
Hello, friends, I developed a web page with the following statement as part of it: <td width="80%" height="800" valign="top"> <iframe width="100%" height="100%"
|
| asp:buttons, access keys, underlining and submit | 22 Feb 2006 18:41 GMT | 1 |
I had a page working. The user moves data around the page - to and from different ListBoxes and could save the changes with a click of a button. Sounds easy, but *that's* a whole other nightmare. Nevertheless, it was working. The Submit button was an asp:button with
|
| dynamically creating buttons with event handlers | 22 Feb 2006 18:33 GMT | 3 |
I am creating a list of items which need to be clickable on a web page, but I am unfamiliar with ASP event handling. I created the following test control: public class MyCustomControl : System.Web.UI.WebControls.WebControl
|
| Partial Caching AddCacheItemDependency problem | 22 Feb 2006 18:15 GMT | 1 |
Hi all!! I have a very stupid and simple project, just for testing, with only one page (default.aspx), and one user control. The user control only shows the time in an asp:literal each time the page is requested.
|
| Problem inserting and storing data from a web form to database | 22 Feb 2006 18:15 GMT | 5 |
I'm new to ASP.net, SQL Server and visual studio.net, and I'm having problem inserting and storing data from a web form to a SQL database. I created a simple ASP.NET web form, a simple SQL database, a database connection (using the SQlDataSource Web Control from the Toolbox), and
|