| Thread | Last Post | Replies |
|
| GridView, DataSet | 14 Sep 2007 18:14 GMT | 1 |
I have 2 SQL tables as follows: [Articles] > ArticleId (PK), Title, Body [Categories] > CategoryId (PK), ArticleId (FK), CategoryName Basically I want to display a GridView with the articles.
|
| Connected Component Sugestion | 14 Sep 2007 17:18 GMT | 2 |
I'm developing an asp.net web site and since http is not a connected protocol I'm asking for some suggestions on to which technology should I use to build a "connected panel" into my application. This is what I'm trying to achieve.:
|
| exitcontext of waithandle.waitany. | 14 Sep 2007 16:43 GMT | 1 |
can anyone tell me exact meaning of exitcontext of waithandle.waitany. What exactly synchronization domain means? i am having one windows application in which i creating some thread and waiting for anyone to complete.
|
| Adding a vb.net value to a html string | 14 Sep 2007 16:36 GMT | 2 |
I have a form that has a href link. The href link is coded in the html, but I need to append to this the actual URL which I get from a SQL table. How do I in the HTML code make reference to my vb variable. <html>
|
| locking static/shared objects | 14 Sep 2007 16:14 GMT | 1 |
I have an ASP.net 2.0 website. This website have a module; Public Module myModule. Is all the data in this module shared and not thread safe? I would like explicitly create a shared object in an asp.net web page;
|
| ASP.NET website Hebrew encoding? | 14 Sep 2007 16:02 GMT | 2 |
I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing. When browsing the site at my PC everything looks ok, but when publishing the site to my account at brinkster all looks like gibberish. I have tried to set HTML META tags like this:
|
| Image problem in VS 2005 | 14 Sep 2007 15:06 GMT | 2 |
On my local machine, all the images that I have placed in separate folders are viewable when I run my website. However, when I copy the files over to my external web server, the images cannot be viewed on the pages. Does anybody know why this might be?
|
| IE7 DIV width problem | 14 Sep 2007 15:03 GMT | 3 |
In IE6 I can force a DIV to automatically size to the width of its contents by setting its width to 1px. This doesn't work in IE7, it tries to render the DIV at the specified width, cutting off its contents. If I remove the width entirely, the DIV goes to 100% of the screen width ...
|
| Binding Hyperlink.NavigateUrl declaratively | 14 Sep 2007 15:00 GMT | 4 |
I have a FormView and a HyperLink on the page. If I use the following code behind (hooked up to Hyperlink's OnLoad event), it renders fine protected void link_Load(object sender, EventArgs e)
|
| webservice without objectmodel possible? | 14 Sep 2007 14:39 GMT | 3 |
I am working on webservice wrapper for an application that returns xml in the form of a large string. On a somewhat simplified level all I want to do is put this xml in a proper soap envelope and return it to the caller of the wrapper webservice.
|
| Lifecycle question regarding master pages | 14 Sep 2007 13:56 GMT | 2 |
I've been having a recurring issue with master page authentication. Right now, I have verification code in the Page_Init event of the master page, which checks the Page.User object to make sure the Membership object is still alive. If not, it redirects to the login page. If so, ...
|
| Help displaying poorly formed XML document | 14 Sep 2007 13:45 GMT | 4 |
So I need some help displaying this XML feed using asp.net. Personally I feel that this XML document is poorly formed but unfortunetaly I do not have control over it. the XML document is formed like this
|
| Editing Single Cell on GridView | 14 Sep 2007 13:25 GMT | 5 |
Now here is the requirement to edit single Cell in the datagrid. Im an trying to create a arithematic datagrid which will calculate the area and the cost relating to it. The functionality when I click on a cell of the grid. That cell only
|
| HTTP_REFERER is null on global.asax's Application_Error | 14 Sep 2007 10:32 GMT | 16 |
Hi everyone. Is there a way i can find out the value of HTTP_REFERER when using application_error in global.asax? I am using: if (HttpContext.Current.Request.ServerVariables["HTTP_REFERER"] !=
|
| ASPNET 2.0 webform login / out problem | 14 Sep 2007 09:51 GMT | 2 |
In my ASPNet 2.0 webform FormLogin.aspx, I have 2 TextBoxes, txtAccount and txtPassword. If I login succed, then it will redirect to Form2.aspx. But the problem comes when I go back from Form2 to FormLogin, the Account
|