| Thread | Last Post | Replies |
|
| Login for Windows Authentication | 30 Jun 2008 23:11 GMT | 2 |
I am nes to ASP.NET. I try to develop on online form for my office that requiore use to login using Windows Authentication (Use name active directory). I am search to web and could not found any sample. Appreciate if someone provide some lead.
|
| reading hidden data from a gridview control | 30 Jun 2008 17:09 GMT | 3 |
Hi I am trying to read hidden data from a gridview control. This works if the data is visible but if the column is not visible it does not return anything, thanks. Int32 itemp = Convert.ToInt32(e.Row.Cells[6].Text);
|
| UIP - User interface process | 30 Jun 2008 16:53 GMT | 1 |
is there a framework 2 UIP version ?
|
| How authenticate user manually? | 30 Jun 2008 16:52 GMT | 6 |
I have a subdir called "customer" that only allows authenticated users (using web.config.) In my login.aspx I allow them to pass username/password in query string. Then I go to a default page.
|
| GridView Postbacks | 30 Jun 2008 16:29 GMT | 1 |
I need to call a javascript function, on every postback that the gridview makes. Is there anyway to do this? Thanks. Jack
|
| loosing data on first web page when reloaded. | 30 Jun 2008 15:59 GMT | 2 |
Hi I have 2 webforms, webform 1 and webform 2. Webform 2 is opened with the selection of a hyperlink on webform 1. I have webform 1 automatically reload when webform to is closed via a close button on webform2. The problem is that several of the controls on webform 1 have data ...
|
| Treeview Styling | 30 Jun 2008 15:56 GMT | 2 |
I have six different treeview controls on my page. When selecting a different tree I would like the previous tree's node to change its color back to the unselected color but what I have tried does not seem to work. I am not seeing any changes to the background color of the node ...
|
| SetAuthCookie not working with IE6???? | 30 Jun 2008 15:31 GMT | 1 |
I try doing this in my code... FormsAuthentication.SetAuthCookie(Convert.ToString(Request("lexusername") & ""), True) Response.Redirect("customer/ViewCalendar.aspx") ' only authenticated
|
| Does Visual Studio.NET PRO 2005 include ASP.NET web service template? | 30 Jun 2008 14:52 GMT | 3 |
This is driving me mad. I have Visual Studio.NET PRO 2005 installed on my machine at work. I want to write a web service. I find lots of tutorials on how to do this with Visual Studio.NET; some are even Visual Studio.NET 2005.
|
| Adjacent Sibling Selectors in CSS | 30 Jun 2008 11:20 GMT | 5 |
I'm not sure if this is the right place to ask this question, but I wasn't sure where else to go. I have a table made of the following tags: <table class="myclass"> <tbody>
|
| Dynamic ID in Webcontrol | 30 Jun 2008 10:31 GMT | 1 |
There is a way, that I can create a dynamic ID in a WebControl. This doesn´t work, but, looks like what I want: <asp:Button ID="btnAdd<%="1"%>" runat="server" Text="Add Resposta" OnClick="btnAdd_Click" />
|
| how to convert .net 1.1 to 2.0 | 30 Jun 2008 10:23 GMT | 1 |
I have a website written in asp.net 1.1 Is it possible to convert it to asp.net 2.0 here iam getting error : Error 2 The type or namespace name 'BaseScreen' could not be found
|
| FORM value not bein inserted when posting to sql server | 30 Jun 2008 08:13 GMT | 1 |
I have created a aspx page which contains a formview with the state set to "insert", I prepopulate some of the data as seen below and this is visible on the form. The information appears on the form but when I view the post via sql
|
| Good Sites | 30 Jun 2008 00:21 GMT | 2 |
Can someone please give me the list of good sites for ASP.NET,CSS, HTML/DHTML, Java Script? Basically, what I want is web sites where I can see lots of examples, different design styles, color combinations etc etc.
|
| prerender event | 29 Jun 2008 23:31 GMT | 2 |
i'm not sure how the preRender event gets handled. if i have a function: protected void tbPasswordPreRender(object sender, EventArgs e) {
|