| Thread | Last Post | Replies |
|
| ASP.Net website 3-Tier Solution | 31 Jan 2007 08:38 GMT | 3 |
www.asp.net website introduced a way to develop 3-tier websites ( http://www.asp.net/learn/dataaccess/default.aspx?tabid=63 ) The question is, how to modify datasets without deleting and creating datatables?
|
| get all the form fields in a form | 31 Jan 2007 08:24 GMT | 20 |
I'll never understand this for each ?? in request.form.items response.write ?? next
|
| MSSQL Server in ASP.NET | 31 Jan 2007 07:50 GMT | 1 |
Does anyone know if database access is affected by culture setting in the web.config?. Regards, Kueh.
|
| Where to begin learning how to make 'Ajaxify' your own code? | 31 Jan 2007 07:42 GMT | 1 |
I've been getting up to speek on 2.0 and have gone through some tutorials and am finding it all fairly slick. AJAXifiying a control couldn't be easier, it seems. that said, most tutorials are only using the built-in controls. So, take a
|
| Sorting in Gridview | 31 Jan 2007 07:33 GMT | 1 |
I am a asp.net 2.0 newbie and i am trying to sort on a gridview. I am using a storedprocedure for a datasource, is this possible and how? thanks B
|
| SqlDataSource1 empty? | 31 Jan 2007 07:25 GMT | 2 |
I have a gridview with a sqldatasource going to a sql server. I have a lot of conditional-displayed placeholders how do i tell if the gridview comes up with no records before the page loads, so I don't get an error?
|
| Updating Design Time When Property Changes | 31 Jan 2007 07:22 GMT | 4 |
I've written a composite custom control which I would like to have update its design-time display when one of several properties changes at design time. These custom properties are not simply the exposed properties of the constituent controls (e.g., they control how many ...
|
| Running web page once a day automatically | 31 Jan 2007 05:46 GMT | 2 |
I am trying to setup a window scheduler (or other better method) that runs aspx page once a day. How do I do this? If I need the batch file, can you provide the complete batch line by line, as i am not familiar with the batch process.
|
| Help with Gridview and Updating | 31 Jan 2007 05:13 GMT | 1 |
I have a gridview which I added a <asp:CommandField EditText="E" CancelText="C" UpdateText="U" ButtonType="Link" ShowEditButton="True" /> my gridview looks like this
|
| IIS6 caching assemblies? | 31 Jan 2007 04:59 GMT | 1 |
How do I see what assemblies are in the GAC? I am running XP Pro and developing with VS 2005. The little web site worked great on the web server in VS 2005, but I am have a H#@! of a time trying to figure out what is going wrong when it is deployed on my local machine. I used
|
| Problem with the way it displays a web application, HELP!!! | 31 Jan 2007 04:30 GMT | 1 |
OK I don't know if it's too much to ask, but there is a web application developed, that presents a problem with the way it's displayed, it looks on the localhost without any problem, and on the server on two different PC's but when I tryied on a third one it
|
| Response.BinaryWrite | 31 Jan 2007 02:03 GMT | 3 |
I'm dealing with a file type when i convert it from a BLOB field on database and i use the Response.BinaryWrite method. The file type is *.chm. That's my code: Private Sub ReadFile(ByVal MyData() as Byte) If Not MyData Is System.DBNull.Value then Response.Buffer = True
|
| Can Google crawl .aspx pages? | 31 Jan 2007 01:54 GMT | 2 |
I'm working on a Web site that reads a database file and diplays the contents in a datagrid my question is how can google index my page since in order to do that it needs to actually open my page with correct query string
|
| HttpResponse in asp.net | 31 Jan 2007 01:20 GMT | 4 |
I am looking for the most correct method of streaming a byte array to a web browser as a pdf. Anyway, I see a lot of methods for HttpResponse and I don't know how to properly use them. Here is my code: Response.ContentType = "Application/pdf";
|
| WebControls with IE7 | 31 Jan 2007 00:56 GMT | 5 |
I have developed an ASP.NET application making extensive use of the Microsoft WebControls. It appears that these controls are not compatible with IE7? They seem to render like they do on a a pre IE5.1 browser.
|