| Thread | Last Post | Replies |
|
| looking for an asp.net 2.0 TAB CONTROL | 11 Nov 2007 23:03 GMT | 2 |
Looking for a TAB control asp.net 2.o that i can map a sitemap datasource too and also use security trimming based on active directory GROUPS. I know can use the menu control and the treeview controls with a sitemap
|
| Rejoice | 11 Nov 2007 22:12 GMT | 1 |
Looks like SPAM got in this newsgroup
:-( |
| Drop down question | 11 Nov 2007 19:00 GMT | 2 |
I have a nested dropdown inside a datagrid. One for colors one for sizes. Not all items have colors or sizes, however, so I need to find a way to detect if the drop down is blank and make the control not visible. If there is a value then I need to add a choose a size. I am
|
| A newbie project help | 11 Nov 2007 16:25 GMT | 3 |
I am new to programming for web (I know VB6). I just installed VS2005 VB and Web Developer Express. I have a simple application to start learning. Application is like this: On the web page there are two text boxes for UserID and Password entry
|
| Female Professional Web Designer Required | 11 Nov 2007 11:21 GMT | 1 |
Any Pakistani (Region: Khi) Female Professional Web Designer who use Asp.Net using C#, Plz! contact me 03452884141. thanks & best regards
|
| VISUAL STUDIO.NET | 11 Nov 2007 10:37 GMT | 2 |
can somebody help me to solve this error "VISUAL STUDIO.NET has detected that the speified web server is not running asp.net version 1.1. you will be unable to run asp.net web applications or services " From http://www.developmentnow.com/g/8_2005_7_22_0_0/dotnet-framework-aspnet.ht
|
| order by sql query in databound gridview doesnt work? | 11 Nov 2007 10:29 GMT | 1 |
I have a GridView hooked up to an objectDataSource. I need the gridView to sort the rows by a particular column. I went into the dataSet that my object accesses and changed the query from: select NewsId, Date, Title, Text from NewsArticles;
|
| ListBox and PostBackUrl event | 11 Nov 2007 09:44 GMT | 3 |
I'm just starting in Asp.Net . A page have a ListBox and I want that on the OnSelectedIndexChanged event a second page be called passing the value of the selected option. I want the second page to show its own url.
|
| RadioButton and CheckBox Controls: Where is the value attribute? | 11 Nov 2007 08:29 GMT | 1 |
In the RadioButton and CheckBox controls, there is no Value attribute. The html <input> tag has a value attribute, which is used by both type="radio" and type="checkbox". The RadioButtonList and CheckBoxList controls have SelectedValue properties (I realize that the ...
|
| streaming mp3 files without allowing download | 10 Nov 2007 19:10 GMT | 7 |
I need to be able to stream mp3 files, but refuse to let the visiter be able to download them or get to them except from the page they are hosted at. Any ideas how I would get started doing this?
|
| Bilingual Site. Best practices | 10 Nov 2007 16:14 GMT | 3 |
I have an English site I need to make available in Spanish. Ideally there will be a preset switch in the users profile to indicate they would like to see the site in Spanish. My first inclination is to make a copy of the site redirect them after
|
| ajax and process output | 10 Nov 2007 15:34 GMT | 1 |
Hi there, i'm looking for how to write a process output onto an aspx webpage, but with an asynchronous method, i'd like to write the output lines in "real time" on the webpage. my process is starte on the server by an process.start() method, but i don't
|
| question about aspx and .NET Framework | 10 Nov 2007 15:25 GMT | 2 |
I'm not a programmer, so my question could seem quite trivial. Is it necessary to have the .NET framework installed on local machine in order to access aspx pages from the web? If aspx pages need the framework, why some of them are well executed
|
| AJAX is acting CRAZY | 10 Nov 2007 14:15 GMT | 3 |
When I drag an AJAX control from my toolbox to my webform it told me that a "file with that name already exists. Do you want to replace it?" I hit yes. In my Bin folder it added about 20 folders (looks like languages) each with
|
| problem with sending and returning value in/from stored proc | 10 Nov 2007 11:02 GMT | 2 |
I want to send a parameter (via a request.querystring) to a stored procedure, which, using that parameter, must then calculate a scalar value and return it back to the code. Not sure whether this way is correct because of this error:
|