| Thread | Last Post | Replies |
|
| Changing the color of a cell in a datalist | 11 Jan 2007 15:01 GMT | 2 |
I am populating a DataList with data from a stored procedure. What I am trying to do is change the color based on the one of the values that the stored procedure sends. When I try to use the method "protected void
|
| How do you check if validate has been called. | 11 Jan 2007 14:36 GMT | 8 |
I get the following message from one of my buttons where I have CauseValidation=false. Page.IsValid cannot be called before validation has taken place In my routine I need to do:
|
| Loop through every control | 11 Jan 2007 14:04 GMT | 3 |
I have a panel which contains various textboxes and dropdownlists. I want to loop through each control inside the panel and detected if it is a DropDownList or a TextBox so I can access its SelectedValue or Text.
|
| Disposing | 11 Jan 2007 13:47 GMT | 4 |
I wrote myself a little function to do my own housekeeping, I can call it by using Dispose(object) Within this function there's a select case statement which will then,
|
| Class not showing in intellisense | 11 Jan 2007 13:24 GMT | 2 |
I have a class file in my project that is just like all the other class files in the project. For some reason this class after instantiation does not show its Public Properties and Methods like the other classes do. And the compiler doesn't catch errors in that class, it is ...
|
| Multiple values within appSettings | 11 Jan 2007 13:09 GMT | 2 |
Is it possible to store an array of reserved numbers within appSettings in the Web.config file? I have very limited XML knowledge but am guessing I might be able to create some child nodes to loop through using XPath (if this doesn't offend the DTD).
|
| insert row gridview | 11 Jan 2007 12:36 GMT | 1 |
I am trying to build an insert row functionality for a gridview . I want to add a row add the bottom of the gridview. Any idea how to do that? thanks B
|
| archivo web.sitemap | 11 Jan 2007 12:01 GMT | 1 |
¡Hola buenas! Tengo un site en inglés en un dominio. He copiado toda la estructura de carpetas en Español dentro de la estructura en inglés (raíz). El problema es que tengo un menú que coge los valores de un archivo
|
| url problem | 11 Jan 2007 12:00 GMT | 1 |
I have a link http://www.something.com/thing1.aspx But I want to show it as http://www.something.com/thing1/ How can I do that
|
| rowselect in gridview | 11 Jan 2007 09:19 GMT | 1 |
I am tryin to get the selected index from this gridview while selecting the radiobuttonlist. I dont want to use a button for the row though. Anyone knows how to do this? thnks
|
| web custom control designtime problem | 11 Jan 2007 08:26 GMT | 2 |
I would like to make my own dropdownlist and add a collection as a generic List. When I enter items @ designtime, @ runtime they are gone. Can anyone tell me please what the problem is?
|
| selecting one row from datagrid | 11 Jan 2007 07:49 GMT | 4 |
I want to select one Row from a datagrid so I create a textBbox(txtname) and Button for the user to write the name in textBox and By the click of the button it select the corresponding row. But it's not selecting the row neighther I'm getting any mistake message
|
| HTML to PDF | 11 Jan 2007 07:01 GMT | 7 |
I am looking for some .NET code which can convert HTML to a PDF. I have looked the internet bad without any luck so far. I have found the iText.NET this has alot of sample but couldn't find a sample for HTML to PDF.
|
| Selecting a date with the Calendar control clears the FileUpload control | 11 Jan 2007 06:47 GMT | 1 |
I have an ASP.NET 2.0 webform which includes both a FileUpload contol and a Calendar control. When the user selects a new data with the Calendar control, the FileUpload control is reset (there is no longer a file selected if one was previously selected). I am assuming this is ...
|
| redirecting to google | 11 Jan 2007 04:09 GMT | 4 |
I am creating a webpage for my office. The start page is a search engine that searches a company database. it consists of a text box and a button called search. I was wondering if i could add another button that would say 'Search
|