| Thread | Last Post | Replies |
|
| Help with DirectoryNotFoundException | 15 Feb 2006 19:18 GMT | 1 |
Two developers here are working on the same code in slightly different environments. Jason programmed code to access a public folder on an outside machine "\\usnynyc01ap002\". The code works fine on his box. He is running Win2k3. I am running Windows 2000 Server. Running the same
|
| Where to insert Javascript for Client page? | 15 Feb 2006 19:15 GMT | 2 |
I'm only, it seems allowed to insert my javascript in the master page. Yet I only want it to run for one of my content pages. How to handle. Thanks
|
| create dynamic pdf documents | 15 Feb 2006 19:10 GMT | 3 |
I am planning to create dynamic pdf documents in .NET ( for example, I will have to create tables with user input rows and columns). Can anyone recommend me a 3rd party component that is pretty well known (so I don't have to take the risk of the company going out of business) and ...
|
| how to export query data to excel | 15 Feb 2006 19:08 GMT | 2 |
hi.. i have a query whereby i am currently putting the results in a datagrid.now the requirements have changed, and i need to have a separate button on clicking to which, I can put all the data of the
|
| ASP.NET 2.0 and 1.x | 15 Feb 2006 19:02 GMT | 4 |
Hi All, Can asp.net 2.0 and 1.x run side by side. I know thats what .net boasts too... side by side execution of multiple version. But in real PROD Env. if you have a plethora of 1.x application running can you just install 2.0 Framework and everything should be good to go??? Wont ...
|
| Mixing ASP with ASP.net | 15 Feb 2006 18:59 GMT | 2 |
What are the dangers of mixing asp and asp.net? For the .net part of the site i will need to use the global.asax file but for the asp parts it will be using the other global. file, is there anyway to get to both use the same one?
|
| SiteMapResolve Event does not fire | 15 Feb 2006 18:53 GMT | 1 |
I have a simple wesite with a SiteMap. I am using the Menu Control for navigation. Some of the URLs in the site map refer to external pages outside of the website. When a user clicks on an "external" menu item I need to indicate on my site that the user has accessed the ...
|
| Reference GridView? | 15 Feb 2006 18:45 GMT | 1 |
I want to count the rows in a GridView which is nested into a DataList but I can't find the correct syntax for this. Can someone please help me with this and also tell me how to reference a text box control in the nested grid?
|
| Querystring empty | 15 Feb 2006 18:05 GMT | 8 |
How do you check to see if there is no query string? I could have: 1) file.aspx 2) file.aspx?r=5&st=joe
|
| GridView date string to SP to table DateTime col | 15 Feb 2006 17:08 GMT | 2 |
VS05 : GridView control config'd to use SPs in SS05 One of the SPs takes a vchar(50) which in the T-SQL needs to be converted to a DateTime. How should I have the GridView format the text the user enters in the date
|
| spell checking | 15 Feb 2006 17:05 GMT | 1 |
I'm looking for recommendations for implementing spell checking on a web site. Users need to be able to spell check data entry in web pages. They might decide they want to spell check medical terminology also.
|
| newbie question | 15 Feb 2006 16:57 GMT | 10 |
Im am trying to create - for the very first time - an asp page (default.aspx) with visual web developer 2005 express Edition. I have put a simple button in my default.aspx page with very little code behind this button.
|
| Passing HTTP Headers | 15 Feb 2006 16:52 GMT | 4 |
I need to pass HTTP Headers from onw web site to another web site as I need to post a form on one web applications page to page on different web site both sites are under my control, and user credentials are to be passed from HTTP headers
|
| ASP.NET Beginner trying to screen scrape, where do i start?? | 15 Feb 2006 16:31 GMT | 4 |
I have three years experience programming with Java so am programming language literate. I have to implement a tool to 'screen scrape' and it is apparent that this is simplest using the .NET framework normally with C.
|
| Storing an object in a session | 15 Feb 2006 16:23 GMT | 5 |
All, I am a bit of noob to ASP.NET, and I am writing some OO based pages to try and emerge myself into it, however, I have come across a problem that has me completely stumped!
|