| Thread | Last Post | Replies |
|
| CustomValidator | 08 May 2007 14:30 GMT | 3 |
I have a web user control that contains 3 dropdownlists it's a date selector, so one contains the days, one the months and the last the years. Each of them starts with a blank value.
|
| Generate a table like structure from a database. | 08 May 2007 14:04 GMT | 3 |
I'm at a loss here - I'm trying to create a table type structure from a dataset. I've got say 18 records and I want to display a specific piece of information from each record but I'd like to display it in a table format - say 5 columns wide and there would be four rows.
|
| TFSBuild Labels | 08 May 2007 13:59 GMT | 1 |
I am a newbie to MSBuild/TFSBuild. I am having a Team Foundation Server. I am trying to write a custom script along with it. There are 2 scripts. In first one i want to label the sources in TFS.
|
| Implement IIS on WAN | 08 May 2007 13:51 GMT | 1 |
I am working in one leading insurance company in india. currently i m working in VB 6. But i want to switch to ASP. I had main query that is HOW WE INSTALL IIS SERVER FOR WAN? Our Organization has various branches in various city. like Delhi,
|
| Ajax contol | 08 May 2007 13:42 GMT | 4 |
When I add updatePanel control in my aspx page it gives me following error. Unknown server tag 'ajax:UpdatePanel
|
| Web sites vs web applications | 08 May 2007 11:08 GMT | 19 |
I'm sure most of us round here have heard of Dino Esposito - *very* well respected in our industry... I was reading an article of his in this month's VSJ entitled "Architecture guidelines for ASP.NET AJAX applications", where he outlines his definition
|
| Ajex problem | 08 May 2007 09:54 GMT | 12 |
I have a master.page and a Default.aspx page. I'm trying to use AJAX to postback to the server. However, when I place the <asp:ScriptManager ...tag on the Default.aspx page I get an "Element 'ScriptManager' is not a known element. This can occur if there is a
|
| Converting HTML to ASPX | 08 May 2007 09:02 GMT | 6 |
Is there a function in VS or a utility that will take an HTML file and create a code-behind ASPX page? The idea is, I'd like to be able to have someone develop beautiful, fully functional HTML pages and then pull them in and convert them to ASPX
|
| Strange web garden problem.... :( | 08 May 2007 08:25 GMT | 16 |
I have a strange problem in my website. I configured my website to run under 2 worker processes. (web garden enabled). and I stored my user information in the current httpcontext(like Httpcontext.current.items.add("__currentuser", myUserobject") and retrieve
|
| how to check if i am at localhost in global.asax | 08 May 2007 08:23 GMT | 5 |
I have a webpage that starts a thread on Application_Start in global.asax. I don't want to start start this thread when I am testing the application at localhost. How can I check if I am at localhost when I don't have a Request object?
|
| Displaying Stored Procedures using Grid View | 08 May 2007 07:53 GMT | 12 |
using .net 2 sql server 2005 Here is my situation: I'm passing a variable in the url from a selection on Page A and need
|
| Some basic questions. | 08 May 2007 07:40 GMT | 9 |
1. Can viewstate of one page be posted in other page. in 1.1 or 2.0 ?
|
| Custom Control needs ControlToValidate | 08 May 2007 04:56 GMT | 4 |
I have a custom user control in an ASP.NET app (.NET 2.0). This control needs a public property called "ControlToValidate" which accepts strings. I need to be able to declare it much as you would with a validator
|
| Prevent client image caching | 08 May 2007 04:48 GMT | 9 |
I'm working on a litigation web app where users will review images of case documents. One of the requirements is that we either prevent the images from being cached on the clients machine (in temp directory or anywhere else) or we encrypt the images somehow. I'm guessing that ...
|
| Type.GetType("ObjectName"); | 08 May 2007 04:46 GMT | 4 |
I'm trying to do the above, pass in an object name and it return the type, but it's erroring, I've seen something like this before but can't quite remember. Can this be done? Thanks
|