| Thread | Last Post | Replies |
|
| build website as x86 application | 30 Jan 2007 19:09 GMT | 2 |
I created a "WebSite" using VS2005 on a x64 machine, the aspx/cs code connect to an MS Access database to read/write data. Everything seems fine in IDE, but when I deploy to the IIS on the same x64 machine and visit the web page, it show the following error:
|
| How to display FORM in DIV? | 30 Jan 2007 19:04 GMT | 3 |
I have a small FORM with an updatepanel control (ajax) that needs to display in a DIV. There are two DIVs side by side in this page (parent). A link is clicked in the left DIV, it loads an aspx page (child) into the right DIV. That works fine if no FORM tags are in
|
| how to save a POSTED file from http input stream | 30 Jan 2007 18:58 GMT | 1 |
i need to allow users to save files to my site without the use of a web form. as i'm not able to retrieve any of the file properites via the form field, how do i go about saving the file from the raw http post stream? tks in advance
|
| 3rd party AJAX tab control | 30 Jan 2007 18:48 GMT | 1 |
Does anyone know of a 3rd party (with good customer support) that sells AJAX enabled tab controls? I need something that allows me to dynamically add tabs to a tab container and is flexible in what I can put in each tab. Sometimes I may need to do a FORM postback but just
|
| Session_Start small problem | 30 Jan 2007 18:48 GMT | 1 |
how do u declare a variable as a Collection.ArrayList in a Session_start at the Global.asax file? im having some problems in declaring the arraylist at session_start in global.asx,
|
| How to show contents of a page at a once. | 30 Jan 2007 17:49 GMT | 3 |
HI I have my home page which is contaiing more than 10 images. So on calling that page it is shwing that images one by one on tht page.But want to show all the images & content of page at a once. I have tried using respose.buffer & response.flush() but it is not working.
|
| vb to cSharp conversion | 30 Jan 2007 17:49 GMT | 6 |
Any one kno what is the C3 equivalent of vb DataSetObj .Tables(0).Rows(0).Item("ID") Thanks in Advance
|
| XML and SQL database | 30 Jan 2007 17:47 GMT | 2 |
I have a XML file from the client and I need to insert data from XML to SQL database. I know how to insert XML file to ASP.NET dataset, but don't know how to insert data FROM dataset to database. I know how to insert one row to database (Insert into etc.) but can't find out how ...
|
| Integrated Windows Authentication problem | 30 Jan 2007 17:38 GMT | 2 |
I have a website, that works perfectly locally - it works perfectly, setting it up on the Development server, but then, when we set itup on the Production server (all using same SQL Server), when accessing the site (another intranet server), it prompts for username and password,
|
| <asp:BulletedList> | 30 Jan 2007 17:24 GMT | 5 |
I'm using the <asp:BulletedList> control in a TemplateField in a GridView. The extra height generated by this control increases the height of the rest of the row it's in. Is there a way around this? Thanks,
|
| Gridview border (FireFox) and CSS equivalent | 30 Jan 2007 17:16 GMT | 3 |
How to remove the border of each row (from the gridview control). ? I set borderWidth to 0, and the borders are not displayed with IE, but the top and bottom borders are with FireFox. Another question, is it possible to use the gridview control without the
|
| Passing parameters to an ASP.NET "script" - HOW ? | 30 Jan 2007 16:13 GMT | 2 |
I may be barking up the wrong tree completely here - i.e. what I want to do may not be possible - in which case please let me know which other alternative way I may achieve the desire functionality. I have been playing around with PHP for a while (original background is
|
| SQL Express confusion...setting primary key? | 30 Jan 2007 16:08 GMT | 5 |
I have two tables in my SQL Express DB within my application. On one table, I can right-click on the row and set it to be the primary key. And it is the primary key. On the other table, though, when I right click to set the primary key, the
|
| basic .net validation | 30 Jan 2007 16:05 GMT | 5 |
I would like to do several checks on a field "First name". I would like to check for the following: No numbers No spaces
|
| Stop debbuging issue | 30 Jan 2007 15:06 GMT | 1 |
In visual studio when I am debugging my ASP. net code if I hit "stop" the procedure I am in will still finish itself and doesn't stop where I expect it to stop. I remember in VB when you stop your code it stop at the exact line
|