| Thread | Last Post | Replies |
|
| Check if user is authenticated | 07 Dec 2006 17:34 GMT | 2 |
How to I check if a user is authenticated and if it is what is its role? I am using Asp.Net 2.0 and forms authentication. Thanks,
|
| Question on ASP .NET page Javascript | 07 Dec 2006 17:15 GMT | 2 |
I am binding the button.text dynamicall depending on the selection value of the dropdownlist, at the same time I am trying to use a javascript to alert users, but it does not fire. This is how I am doing it In the page_load event I do this:
|
| ASP.net Tab Missing IIS Manager | 07 Dec 2006 17:02 GMT | 6 |
I am running SBS 2003 R2 and have installed the dotnet framework version 2.0 and registered it with IIS. However I do not have the ASP.net tab in IIS Manager, how can i enable this? Thanks
|
| Produce a site map from a Web.Sitemap | 07 Dec 2006 16:39 GMT | 1 |
I want to create a sitemap (lets call it a map to avoid confusion with .NET sitemaps) for my website, as in, a single page that lists all of the other pages on my web site. e.g. http://mysite.com/sitemap/ I have used a sitemap to order my site (within a Web.sitemap file), is it
|
| Repeater: condition of a field being blank or not? to Tag or not to Tag | 07 Dec 2006 15:53 GMT | 2 |
I have the following inside a repeater: <ItemTemplate> <b><%#Container.DataItem("TitleText")%></b><br /> <%#Container.DataItem("ParagraphText")%>
|
| Backup Exec server | 07 Dec 2006 15:06 GMT | 2 |
i dont know how to install the remote server in Veritas Backup Exec Server 10d. its symantec's product. if anyone knows pls reply me yaar. Sathish.N.
|
| simple binding properties on the page - simple but impossible | 07 Dec 2006 14:54 GMT | 2 |
Simple problem - binding Visible property of label to Checked property of radiobutton on the same form. How do I do that in VS2005?? Visible="<%# radiob.Checked %>" - DOESN'T WORK
|
| DAL is physical mapping and BLL logical? | 07 Dec 2006 14:38 GMT | 1 |
Looking at a tutorial for Asp.Net 2.0 using Northwind, the DAL was built by dragging the tables on to an XSN to create a dataTable object for each table in the database. The BLL was then mapped for each entity but since the data was simple it mapped to a physical table (ex. ...
|
| Disable Button Enter | 07 Dec 2006 13:53 GMT | 1 |
I have a log out button at the top of my site. It is contained within a web control within the master page. Because it is the first button on the page, then by default it is the one that is clicked whenever enter is pressed. This can be extremely
|
| ProcessRequest() without rendering | 07 Dec 2006 12:44 GMT | 5 |
I am writing a web service method with the purpose of gathering info from an aspx page. My problem is that the page controls are not loaded until you run a ProcessRequest() on the page. However, I would like to load the
|
| access to masterpage methods | 07 Dec 2006 12:33 GMT | 1 |
Hey folks. I'd like to know if it's possible to define a method in masterpage codebehind and then call it from the page, who uses the masterpage via Master.something maybe.
|
| javascript error, is there something wrong with this ? | 07 Dec 2006 11:26 GMT | 6 |
Iam adding the following javascript by RegisterStartScript("myscript", "<script language='JavaScript'> var agree = confirm('are you sure you wanna do this ?'); if (agree){ document.forms[0].submit(); } </script>")
|
| XSD to Database Diagram | 07 Dec 2006 09:46 GMT | 1 |
I'm working with a project that has hundreds of huge multifile strongly typed datasets (.xsd). It would be handy if I could find a tool that would produce an E/R diagram (database diagram) from the xsd. Like SQLServer Management Studio does from database tables.
|
| How to generate excel files at asp.net server side | 07 Dec 2006 09:04 GMT | 3 |
We have Excel 2003 templates and we need to automatically generate excel 2003 xls files based on our SQL server database tables' data. Since we need to generate the xls files at out asp.net server side, I assume we cannot use excel automation based on the license agreement.
|
| web.config redirection returns 302 instead of 404 | 07 Dec 2006 07:19 GMT | 1 |
I have a problem with custom error page. I' using a redirection in a web.config file to a custom error page: <customErrors mode="RemoteOnly" defaultRedirect="/_err/generic.aspx"> <error statusCode="404" redirect="/_err/not-found.aspx" />
|