| Thread | Last Post | Replies |
|
| Display Traditional Chinese Directory/Folder on asp.net 2.0 Problem ! ! | 17 Sep 2007 04:22 GMT | 1 |
Can anybody help me to solve the captioned problem? Case: I need to read a directory, which contains some sub-directories. Some of them are English name, some of them are Chinese name.
|
| foreach and public GetEnumerator method | 17 Sep 2007 04:21 GMT | 2 |
foreach is not able to iterate through the collection because there is no public GetEnumerator method the foreach is not working in this code snippet, How can I resolve this ? bool ValidatingReservation()
|
| Gridview problems | 17 Sep 2007 04:18 GMT | 2 |
Take this to be a very simple question. I have done a little dotnet forms programing and now trying to create a custom internal website to dispaly ever changing data but i seem to be having a problem adding a gridview on.
|
| Newbie: Tables in ASP | 17 Sep 2007 04:14 GMT | 4 |
I'm a newbie to ASP.NET. I've used notepad HTML without issues creating tables, but using ASP to create tables graphicaly, I can't seem to get them to work. Is it best to design tables graphically in VS or using the "source" page? Is
|
| <a href="#mid">/Masterpage/Contentpage??? | 17 Sep 2007 04:09 GMT | 1 |
I have a dropdownlist in masterpage and a big table in contentpage. When ddl selection changes, I want to move a specific row of the table to the top of the contentpage. Can I do something like <a href="#mid"> in ddl event handler? Maybe a Javascript?
|
| Setting and Redirecting to a Page Anchor | 17 Sep 2007 03:44 GMT | 2 |
I'm using VB 2005 and ASP.NET, and after a postback I want to update the page and return to a specific Anchor tag on that page. I've not been able to find out how to do this, and as you probably know, the MS VS 2005 documentation is virtually useless compared to, say, VS 6.
|
| <%# IsEditable %> and <%= IsEditable %> | 17 Sep 2007 02:19 GMT | 7 |
When I use this tag: <asp:lable . Visible='<%# IsEditable %>' I have to do DataBind so the binding takes place. I am trying to use the following notation to do the similar thing without
|
| Question on Events for web controls in C# | 17 Sep 2007 01:26 GMT | 1 |
Environment: VS 2005 Differences using VB.Net vs C#.Sharp I've got a question about Visual Studio 2005. In VB.Net when I'm in code view and I want to look at the events for a control (ie; like GridView
|
| How to copy files from Global Assembly Cache to Bin Folder ? | 17 Sep 2007 01:04 GMT | 1 |
How to redistribute files from Global Assembly Cache to Bin Folder for upload on Web Site ? Best Regards, Luqman
|
| Pb with the method Focus | 16 Sep 2007 21:44 GMT | 2 |
What could explain that although I set the focus on a TextBox with the Focus () method in my site, this textbox has the focus only the first time the page is constructed ? The page is refresh periodically with an Ajx Timer in a UpdatePanel, and the TextBox is inside this ...
|
| Submission form | 16 Sep 2007 21:31 GMT | 1 |
I'm new to the whole visual web developer thing and i'm trying to do the following.... I'm using ASP.NET and i want to create a submission form that inserts the DATA submitted into an Access database residing at a fixed
|
| changes to the aspxfiles does not show in the browser | 16 Sep 2007 21:20 GMT | 8 |
I am working on a project that is developed by another Company. The project is a webapplication project, in asp.net 2.0, and was sold along with the sourcecode. My job is to move some web user controls from one page in the project to anther.
|
| multiple DataGrid headers with paging | 16 Sep 2007 17:40 GMT | 3 |
I have a datagrid that has two headers... one that has the column titles, and one above it that spans multiple columns as a grouping display ... example: Members Dates Types
|
| .NET 2 path restriction | 16 Sep 2007 15:02 GMT | 1 |
I want to restrict only the path :: ~/staff How can I set it up in the Web.config file? Thanks Riyaz
|
| Login controls and its default database | 16 Sep 2007 14:58 GMT | 1 |
While working with the Login controls, VS creates a ASPNETDB.MDF database to store user accounts. Is that database only used for the storage of login credentials and if so, does this mean my site will need a separate database to host a
|