| Thread | Last Post | Replies |
|
| List bound controls | 17 Oct 2005 14:59 GMT | 2 |
I have been reading information about asp.net webcontrols, and i have found a term "List bound controls". What are "List Bound Controls"?? Which are the differences between these controls and the others?? how many webcontrols are list bound
|
| getting ntext datatype | 17 Oct 2005 14:53 GMT | 1 |
I am returning a datatable from a stored procedure and then iterating through the columns. I am trying to find out if a column has the sql data type of ntext. In .net the datatype of a sql ntext column is System.String. .Net also returns System.String for varchar, char, text,
|
| Uploading files to Web server | 17 Oct 2005 14:16 GMT | 2 |
I've created a file uploading handler, implemented as an httpHandler. Each time I attempt to upload a file, or files, my HttpContext.Request.Files property never contains the files that were uploaded. Here's a snippet of my handler code:
|
| Update a user control after Button_Click event | 17 Oct 2005 14:12 GMT | 1 |
How do you update a user control after a button click event. I have a simple shopping basket user control. If a customer updates their basket, then user control should reflect the number of items and value of the basket.
|
| File Permissions, write but not delete | 17 Oct 2005 14:05 GMT | 3 |
I'm trying to set up a group of shared folders. Folder 1 Folder 2 Common Share
|
| Resource manager problem: naming for embedded resource. | 17 Oct 2005 13:52 GMT | 1 |
I am trying to localise my app using embedded resource and sattellite assemblies. I can get it working using the following if I have a resource file with the same name as the class:
|
| web reference adding | 17 Oct 2005 13:49 GMT | 1 |
hai frinds........... i am doing one web service project in Vb.net. When i add web service refernce to my browser it shows the web methods........ but when i try to add in the web reference url textbox it shows like this :
|
| IHttpHandler Path | 17 Oct 2005 13:40 GMT | 2 |
I'm attempting to create my first HttpHandler but there seems to be a problem. The handler works fine for the root directory and all sub directories. That is. http://localhost/handlerexample/
|
| How large can I let one .dll get? | 17 Oct 2005 13:13 GMT | 1 |
I'm having some decisive trouble here. Building a website for a company with a lot of different features using several different databases, is it bad to build it all under one roof? My concern is that the dll will get so large, would it be better to
|
| need some help with coding | 17 Oct 2005 13:00 GMT | 1 |
i've created a page, with a datalist that gets a list of ProductID;s from a product table in my database... Within the DataList, i have a usercontrol called "ProductDetail.ascx, which i put in the <ItemTemplate>. This ascx behind-code, has a public called
|
| AppDomain Crash and effect on ASP.net worker process. | 17 Oct 2005 11:03 GMT | 6 |
I am using IIS 5.0 and this question is regarding working of ASP.net worker process. I have only one web application right now on my web server. This means that only one AppDomain will be created inside a single worker process. NOw for example, due to some reason, my web ...
|
| assignment between jscript variables in a codebehind-created jscri | 17 Oct 2005 10:27 GMT | 6 |
After I posted yesterday "using C# class in jscript", I have a new problem: I have a C# class - DBResult - that contains (and other variables) a string array (and other variables), that contains data from a database query which is done in C# in codebehind. I create a jscript - ...
|
| Having paging numbers and page count on the footer in Datagrid | 17 Oct 2005 08:19 GMT | 3 |
Is it possible to have both paging numbers and page count on the footer in Datagrid?
|
| C'tor of WebUserControl | 17 Oct 2005 08:16 GMT | 2 |
Hello everyone... I have a simple WebUserControl with Button and TextBox on it. Webform1.aspx contains this WebUserControl. How can I create my own C'tor for this WebUserControl - I mean when I run
|
| Max Request Length Exceeded while postback | 17 Oct 2005 06:57 GMT | 3 |
My requirement is like I should not use pagination in datagrid... and some times the data exceed over 1000 and my file size if i save it as html becomes more than 7 MB and when i try do any operation in my page i get
|