| Thread | Last Post | Replies |
|
| new Ajax Site | 05 Jun 2007 22:51 GMT | 8 |
I'm about to finally make the jump and start a new site using AJAX. THe question i have for all of you AJAX developers out there is which one? 1. The Standard AJAX frame work 2. The Tool kit.
|
| please help me! | 05 Jun 2007 21:46 GMT | 1 |
hi to all; i'm using asp.net 1.1, c#.net.visual studio 2003 to make my asp web application in my application, i want when i add a new topic a link or icon about this topic appear in another page . example:
|
| How to select particular Node and its child nodes in TreeView of ASP.Net 2005 ? | 05 Jun 2007 20:36 GMT | 2 |
I have filled a treeview with parents and childs, using Hashtables. Now, how can I check the required Parent and its Child Nodes. for example, I have following data Group
|
| FYI: Losing session variables, authentication, cookies | 05 Jun 2007 20:27 GMT | 1 |
Just thought I'd throw up a solution to something you might come across. The answer isn't readily available, as it took me a good day and a half to find the solution. I was using an IP address to access our test site and everything was
|
| Find Control in user control | 05 Jun 2007 19:56 GMT | 2 |
I have a user control which is dynamically loaded into a placeholder. I have a formview in the user control In the page load event of the user control I wand to find a dropdown in the formview. I always get a null reference. It's really late and I guess it is
|
| how to wrap a long text through css. | 05 Jun 2007 19:52 GMT | 6 |
i have a css question about how to wrap a long text by using css. for example I have a very long text like "ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd" there is not white space and line break inside the text. how can I wrap this
|
| TextBox AutoPostBack=false question (bug?) | 05 Jun 2007 18:59 GMT | 4 |
I have a strange yet very simple problem with the asp.net Textbox web control. On an empty asp.net page, add a single asp:TextBox control with Autopostback=false with nothing else on the page. according to the doc, hitting Enter while the TextBox has focus should do
|
| Custom role provider not working | 05 Jun 2007 18:48 GMT | 7 |
I'm trying to implement a custom roleprovider in asp.net. The new roleprovider works fine when I access it programmaticaly. However, it doesn't seem to work with the standard controls. More specifically, I have a loginview with rolegroups and the parts of the site that should
|
| Separate .config file | 05 Jun 2007 18:37 GMT | 3 |
I am working on a web app that I want to be able to use a separate config file on, in addition to the web.config file that's already working in the application. If I put the following in the web.config file (VS 2005, Framework 2.0),
|
| Lower case all form names? | 05 Jun 2007 18:09 GMT | 2 |
I'd like your opinion on whether or not form names should be lower or mixed case (like is there a "best practice" for the style). http://www.mysite.com/Employee.aspx?Number=123456 vs
|
| Unknown Server Error + WebService.htc | 05 Jun 2007 18:06 GMT | 1 |
I have a problem regarding web-service behaviour. I have used web service behaviour in my application for Database validation task of Client-codes. in the same way as it is described in the code-projects article:-
|
| Regular Expression for URL | 05 Jun 2007 18:01 GMT | 4 |
I can get a set of matches of URL's by using a match expression that has a named capture group in it, i.e.: Regex reg_linkTags = new Regex("(?:.....long resular expression......)(?<url>\\w+|\"[^\"]*\"|'[^']*')(?:(?:\\s+\\w+\\s*=\\s*)(?:
|
| Saving datagrid as Excel file | 05 Jun 2007 16:52 GMT | 1 |
Im using the code below to render a datagrid as an Excel file. It seems to work fine when the user clicks on the Save button. But when they click on the open button, it renders correctly but when the user attempts to save the document from the browser...it saves it as an HTML ...
|
| How to add controls to Controls.Collection? | 05 Jun 2007 16:11 GMT | 1 |
I have an array of controls: Dim MyControls() As Control ... How can I add all the controls in MyControls array to a control
|
| 'web service call failed: 500' using ajax hovermenu and web service | 05 Jun 2007 16:09 GMT | 1 |
I'm using a hovermenuextender attached to a templatefield of a gridview, and everything seemed to work fine.. however I've moved on to add dynamic attributes to the hovermenu. Now I get the error "web service call failed: 500" in place of the output I want (on the
|