| Thread | Last Post | Replies |
|
| Change Password | 28 Jun 2007 00:26 GMT | 1 |
How can I change the password of a current logon user at runtime using the ASP.NET 2.0 Membership? Thanks, Miguel
|
| TableAdapter .NET 2.0 Limitations/Gotcha's ?? | 28 Jun 2007 00:24 GMT | 1 |
Do the TableAdapters have any limitations, gotcha's, or anything that may bite ya in the rear down the road? I'm looking for lessons learned and/or past experience. I'm starting a new application and learning towards using the .NET 2.0 Strongly
|
| Master page | 27 Jun 2007 21:42 GMT | 2 |
I have a aspx page. I have a GdidView in trhat page. Then I attached this aspx page to a master page. Now I want to see this aspx page in design mode I am not able to View it's design mode I can just see it's source page or code behind file. Is this natural or I am doing
|
| multiple profile providers in single web application | 27 Jun 2007 21:23 GMT | 1 |
I have been trying to create a web application that provides suport for two membership/profile databases: one for private users and one for another set of users. These tw user have a totally different set of profile attributes.
|
| Get current user | 27 Jun 2007 21:21 GMT | 4 |
How can I get the currently log on user and change its email? Thanks, Miguel
|
| lookup table to populate textbox in a datagrid | 27 Jun 2007 21:01 GMT | 1 |
I have a datagrid with a textbox column that needs a lookup table. Now, I was going to just use a dropdownlist instead of the textbox, but that won't fly here. So, what I need to know, is it possible to have the following:
|
| How to put them together | 27 Jun 2007 21:00 GMT | 1 |
I recently posted an architecural question that I got quite a bit of help from and am now stuck again. I have two projects though I look at them as one with two presentation layers...a website and a windows app that will use the same DAL and BLL and I find I am unsure how to
|
| TableAdaptor Update Access database | 27 Jun 2007 20:47 GMT | 1 |
I used the wizard in VS2005 to create my connection, dataset, and tableadaptor I have a typed dataset named dsUserInfo I have a tableadaptor named taFillUserInfo I would like to on the vb side be able to do update the database when a
|
| Extra Space in Cells | 27 Jun 2007 20:06 GMT | 8 |
Using ASP.net 1.1 to create user input form. When I put a RequiredFieldValidator I have extra space at the bottom of the cell, as if I had put a <br>. When I comment out the RequiredFieldValidator, the extra space goes away.
|
| newbie asp.net user control question | 27 Jun 2007 20:04 GMT | 1 |
Hi, I created a user control within my asp.net application. It has an .ascx extension. I use this control many times within this application and it works fine. I wrote this user control to be generic though, because I want it to be accessible from other asp.net
|
| changing view in address bar | 27 Jun 2007 19:55 GMT | 1 |
is there any way to change view mode of an url in address bar like this http://www.xxx.com/NEWS.ASPX ---> http://www.xxx.com/NEWS.Html or
|
| Gridview column size | 27 Jun 2007 19:49 GMT | 1 |
Is there a way to format the column size of a Grid view control?
|
| For each loop | 27 Jun 2007 17:11 GMT | 3 |
Good morning, How do I set up a For each loop to loop through my records in the database? My fields are topics, question and answers. I want the one topic
|
| outerHTML not working in Firefox | 27 Jun 2007 16:41 GMT | 4 |
Maybe there is a better place to post this, but I'm not sure where. I am writing a Web application. Using a pop-up for printing a portion of the parent window, from an imbedded javascript function, I am using outerHTML to grab that markup and then place it in the markup of the ...
|
| find height of a datagrid | 27 Jun 2007 15:52 GMT | 4 |
Id there a why to find the height of a gridview after it has been created? Some lines will wrap making the gridview londer or shorter depending on the current page index. Reason: I'm attempting to use the rounded corners (RoundedCorners Extender)
|