| Thread | Last Post | Replies |
|
| auto generate htnl for dynamic website | 22 Sep 2006 17:33 GMT | 5 |
I am developing a display web site which displays several listing and details, data is picked up from database for the lists. There is no search criteria but only pagination stuff. What i am thinkin gis to create a program which will read data and generate
|
| a DropDownList inside a DetailsView? | 22 Sep 2006 17:25 GMT | 1 |
Is possible insert a DropDownList in a DetailsView?
|
| Image Button | 22 Sep 2006 16:11 GMT | 2 |
I added an ImageButton to my Asp.Net page but I don't know how to make it load the page collection.aspx when it is pressed. Could someone tell me how is this done? Thanks,
|
| Session state doesn't refresh | 22 Sep 2006 16:08 GMT | 3 |
I posted this question some time ago in an earlier thread but so far I still don't have an understanding of why this is happening or what I can do to fix it. I use Session variables, such as Session("username") to store a lot of
|
| ASP.NET Threading, IIS pipeline and HTTP | 22 Sep 2006 15:46 GMT | 2 |
I have a frameset with two frames. The .aspx page for each frame contains a button with a server click event handler assigned. The server code for one button runs a time consuming process, the code for
|
| Asyncronous/AJAX Suggestions Please! | 22 Sep 2006 15:41 GMT | 3 |
I have written a small C# 2.0 DLL which acts as a client to a Socket based server over the internet. I have written both synchronous and asynchronous methods to connect, send, and receive data from the server. Each request/response can take upto 180 seconds. I am trying to
|
| Deny acces to users that are not in any role | 22 Sep 2006 15:37 GMT | 2 |
Hi NG! Is it possible to deny access to a (logged in) user that is not in any role? Placeholders like <deny roles="?"/> don't seem to be possible. Regards
|
| Cache object problem. | 22 Sep 2006 15:27 GMT | 3 |
I have problem related to Caching of data. I am reading large xml file and putting this xml in dataset, since this dataset will contain many datatable's inside. And each datatable might be big in data. Each user will contain its seperate xml file, so when I create xml file for
|
| Wizard Control Issue | 22 Sep 2006 15:12 GMT | 12 |
I am working on ASP.NET 2.0. I am developing a website using Wizard control. Based on number of steps added, next, previous, finish buttons generate automatically. After running the application, these button work automatically, means we can go to next step, previous step by
|
| customErrors mode="Off" | 22 Sep 2006 14:57 GMT | 2 |
I am prompted to implement the syntax below to be able to monitor the error on the remote server trough my browser (client). I can't seem to find where to place the code in my web.config file to get this to work.
|
| ASP.NET: Server Error in '/' Application | 22 Sep 2006 14:56 GMT | 4 |
I have problem with error msg "Server Error in '/' Application". I know, I must set my virtual directory in IIS as IIS application, I have it (also parent directories are set as IIS app), I have same version .NET framework on server and on my pc, where i build my pages. When I
|
| QueryString in SQL | 22 Sep 2006 14:38 GMT | 3 |
I am trying to learn ASP.Net 2.0. I have a page which lists Post Numbers in a gridview and returns the selected Post Number. Using this post number I want to display a second page using SQL like this:
|
| Lots of Lock-ups in VS 2005 | 22 Sep 2006 14:26 GMT | 2 |
I have a new Dell Computer with 1G RAM running VS2005 and SQL 2005. Seems like VS 2005 is very slow and I get lots of IE lock-ups. I find myself waiting a lot. Could it be McAfee? My productivity has gone down with VS 2005. Any one care to comment? Do I need more memory?
|
| problem with my user control with javascript | 22 Sep 2006 13:53 GMT | 1 |
Maybe I'm not in the good forum, but I try anyway. I have the following code: <script language="javascript"> function setRating(ImagePrefixId, Rating, divID) {
|
| forum page | 22 Sep 2006 13:08 GMT | 1 |
i am building a forumpage.my problem is that I am not able to send an id through hyperlink. i am writing the specic asp.net code for convinience- <asp:GridView ID="grdForums" runat="server" Width="100%" >
|