| Thread | Last Post | Replies |
|
| Syntax Problem with If statement | 18 Apr 2006 16:20 GMT | 12 |
I am trying to write a simple ASP.net/C# page which allows users to select some values and produce a report based on a SQL query. I have a self posting dropdown form which allows users to select the type of report to generate:
|
| Dropdownlist | 18 Apr 2006 15:57 GMT | 12 |
I have a dropdownlist that contains should contain several values from the database, I fill it up in de page_load() with this code: If Not Page.IsPostBack Then InlezenConfig()
|
| onclick event in a gridview | 18 Apr 2006 15:54 GMT | 1 |
I have inserted a button in a gridview, via a template column. Using the OnClick event I want to execute some other function, but I need to get the row for which the button was pressed. Unfortunately the datakey field, which is what I would need, is hidden,
|
| Binding TreeViews | 18 Apr 2006 15:52 GMT | 2 |
In ASP.NET 2.0, what's the best approach for binding a TreeView control to data in SQL Server? Is it possible to write a "SELECT ... FOR XML" type query that you can feed directly into the TreeView? It only seems possible to bind to a static XML file, or a site map.
|
| RSS / ATOM parse | 18 Apr 2006 15:41 GMT | 2 |
Do you know of a .NET app that can parse RSS and ATOM feeds? I'm looking for something like www.feedparser.org Thanks, Jacob
|
| How to upload files to a rmote web server using FileUpload ? | 18 Apr 2006 15:00 GMT | 1 |
We are able to upload files to a localhost. Pl. help on uploading files to a remote web server using VB code Thanks
|
| [RESEND] Need to remove blank XMLNS attribute from xmldocument | 18 Apr 2006 14:39 GMT | 1 |
I'm generating the below XML in c# for an asp.net application When i've generated this XML the <LaboratoryDetails xmlns=""> element has a blank xmlns set. How do i either a) remove this attribute or b) prevent it from happening in the first place.
|
| Checkbox items under a RadioButton | 18 Apr 2006 14:36 GMT | 5 |
I have to have three RadioButtons and then under one of this RadioButton, I need to put two checkboxes. Something like following: O Temperature [] Air
|
| Best Practice for Inserting Data into SQL in 2.0 | 18 Apr 2006 13:52 GMT | 2 |
I have a simple form. I would like to insert the values from the form into a SQL table. What is the best way to do it? I assume that using a stored procedure is preferable to using the UpdateCommand="Insert into..."
|
| Determine Debug Mode | 18 Apr 2006 13:45 GMT | 2 |
How can you determine if you are in debug mode in Asp.net 2.0 I thought I could look at the web.config compilation debug directive but then I read this http://odetocode.com/Blogs/scott/archive/2005/11/15/2464.aspx
|
| How can i make my http handler | 18 Apr 2006 13:18 GMT | 1 |
i want to make my own http handler can ne one help me or Guide how to do??
|
| storing email informations in my own database | 18 Apr 2006 12:56 GMT | 1 |
How to use the Cdosys.dll or other libraries to send an e-mail message with attachments (using Visual C# and sybase/oracle) and store all email details in my own database? Including email body and attachments... Thank You for replying
|
| Hosting with 1&1 | 18 Apr 2006 12:38 GMT | 2 |
I have a very simple web application which I have placed on my 1&1 (1and1) web space. I have placed my application in a folder called "tm" on the root of my web space.
|
| Registering user control programmatically | 18 Apr 2006 10:52 GMT | 1 |
I'm trying to programmatically render a user control, but problem is, i don't have the control type and i cannot use register directive as the context is not an aspx page. Any ideas, links.
|
| Conditional Statements for Repeaters? | 18 Apr 2006 10:04 GMT | 2 |
I have several asp.net repeaters which I need to display based on the value of a dropdown. I.E. If item1 in a dropdown is selected then repeater1 needs to be displayed, if item item2 is selected then repeater2 needs to be displayed.
|