Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_JAVA百科
In Asp.net to manage control in table (tr,td) is right or wrong pls suggest? If wrong than what is right for programming purpose开发者_开发知识库 pls suggest?Yes, you can use table elements in asp.net
net web application for social networking. I am using VS2008 and sqlserver 2008[.net 3.5] In this website we are using 3-tier architecture. We pass businessobject to the UI.开发者_如何学运维
I have an <asp:CheckBoxList> using RepeatLayout=\"Flow\" in my page I dynamically assign values to. If the page is loaded the first time (!IsPostBack), the rendered version looks similar to this
I am working on architecture of mid sized web application & for my DAL layer i am having 3 options
I have a asp.net 3.5 web application which is deployed on server 2003 and IIS 6. After running fine for a few weeks it goes \"Down\" and by down I mean that when I try and access it the browser looks
The page has already run its\' initialise/load sequences etc but then catches an event. How can I then send value(s) from this event to the client.
I need to implement face recognition like in orkut album. In my website when a user uploads a photo and checks the photo in album I need to implement the feature and place rectangles over the face开发
So we are using IE6, and can not migrate to any other browser. So our application is having issues where after we have a postback inside our updatepanel. The browser looks like its resetting the DOM,
I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with the SqlMembershipProvider