| Thread | Last Post | Replies |
|
| editing in gridview | 17 Jul 2007 12:01 GMT | 2 |
<asp: editCommandColumn> is not available in version 2.0 then how an editing is possible in gridview.
|
| ContentPlaceHolder under a DIV tag - Visual Studio Design view? | 17 Jul 2007 10:14 GMT | 4 |
I have a master page with ContentPlaceHolder under a html Div tag. That DIV tag has CSS that positions it. While in Visual Studio design view, that div tag and contentplace holder does not appear where it actually shows up when you run it the
|
| Problem while Fetching Text type of DATA in ASP.NET | 17 Jul 2007 10:06 GMT | 1 |
Hi Bruce, Thanks For Reply. U were right, Needed to pass string , but also need to pass size of Data( instead of 16, passed actual length of data). So that worked for
|
| Fetching & Inserting Data into a column of TEXT Data type in SQL server 2000 Using ASP.NET | 17 Jul 2007 10:05 GMT | 1 |
Hi Bruce, Thanks For Reply. U were right, Needed to pass string , but also need to pass size of Data( instead of 16, passed actual length of data). So that worked for
|
| Very basic compilation error | 17 Jul 2007 09:41 GMT | 2 |
on page load event I have : Dim strHTML As String = Month(Now()) litMain.Text = strHTML Compiles fine but when is run :
|
| asp.net forms authentication override based on individual pages. | 17 Jul 2007 09:10 GMT | 5 |
I have a asp.net application with forms authentication enabled. Users create private (database driven) messages (pages; like a message board) that is only viewed by logged in users. Now I need to give the users the ability to publish these messages to the
|
| Session ending without any warning! | 17 Jul 2007 07:27 GMT | 4 |
I am using ASP.NET 2.0. When redirecting from page1 to page2 using Response.Redirect() method ThreadAbortException is raised. In my condition sometimes even though this exception is caught and handled
|
| Error creating control: ID property is not specified | 17 Jul 2007 06:47 GMT | 4 |
I get the error "Error creating control: ID property is not specified" when I view my custom web control in design view. I add the control that gives an error in OnInit like this: -----
|
| local project on web with dynamic ip | 17 Jul 2007 05:40 GMT | 1 |
I learn asp.net, what's the right place to create my solutions and projects. At the moment i create here c:\inetpub\wwwroot\MyProject\, is it correct place to do my training. my webconfig file has <authentication mode="Windows" /> line, I hope noone
|
| exam code and description | 17 Jul 2007 05:23 GMT | 3 |
Can anybody tell me what are the Microsoft's certification exam codes and their description? Also how to prepare for the same and what books are i should refer to? Also would like know about natrue and rules of certification exams?
|
| centering div within a div | 17 Jul 2007 00:27 GMT | 4 |
in the following code I expect the inner div to be centered within the outer div. problem is, it doesn't. basically, the margin settings of the inner div are not recognized when display:inline is used. When the inner div is display:block, the
|
| Hosting XBAP page inside aspx | 16 Jul 2007 23:39 GMT | 2 |
I need to host an XBAP application inside an Aspx page. I tried adding my aspx page using IFRAME, but it doesnt show up in the browser. When I call the page, it runs without any error. But it doesnt show anything from the XBAP page.
|
| Running a seperate ASP.NET application in a subfolder | 16 Jul 2007 23:26 GMT | 7 |
Hi, I have a website called www.websitename.com which is an ASP.NET 2.0 website. I need to create another application (Which I want to be totally seperate from the above website) but for political reasons must be
|
| Explicit Localization Syntax - One Works, Other Does Not | 16 Jul 2007 23:25 GMT | 1 |
We have created two (2) global resource files in App_GlobalResouces: Global.resx Global.es-MX.resx In an ASP.NET page, we use two different syntaxes to set text on the page,
|
| email to-> hotmail problem (DiscountASP) | 16 Jul 2007 23:08 GMT | 7 |
can anyone check this thread and help me please http://forums.asp.net/p/1131438/1794655.aspx#1794655
|