| Thread | Last Post | Replies |
|
| "Stopping" A DataList | 05 Nov 2007 16:03 GMT | 6 |
How can I arbitrarily terminate iteration in a DataList or Repeater? I'm thinking along these lines: protected void DataList1_OnItemDataBound(object sender, DataListItemEventArgs e)
|
| sitemap issue | 05 Nov 2007 16:02 GMT | 1 |
Is it possible to use more that one web.sitemap file in an application? For example if I want two support two languages. I would have 2 master pages having as datasource for their menus 2 different sitemaps in those 2 languages.. Then, the content pages would derive from them.
|
| dropdownlist and javascript | 05 Nov 2007 15:48 GMT | 2 |
hey all, can someone please show me how to load a dropdownlist thru javascript? thanks, rodchar
|
| Reservation and Paying by Credit card | 05 Nov 2007 14:16 GMT | 3 |
I want to create website for courses, so customer can reserve and pay online. i've just started to think about this project, and i'm in entry level & i have a little experience in programming. can someone advice me about payment process?
|
| Using AJAX in a masked forwarded Domain | 05 Nov 2007 13:45 GMT | 2 |
I have a domain www.lomas21.es. That domain is masked forwarded, by the server, to the real stuff at www.solicon.com.es/lomas21/ AJAX is only working:
|
| excel to xml | 05 Nov 2007 13:35 GMT | 2 |
In my application my requirement is i have one excel file sheet, i want to convert that excel file to xml file?
 Signature Kumar.A.P.P
|
| How can it be possible? | 05 Nov 2007 13:19 GMT | 1 |
The netcraft site shows that: Apache 68,228,561 50.48% 68,155,320 47.73% -2.75 Microsoft 47,232,300 34.94% 53,017,735 37.13% 2.18 but how can it be possible? it MUST be changed, the MS IIS must destroy
|
| ASP.NET FAQ/Knowledge Base Software | 05 Nov 2007 12:39 GMT | 2 |
Does anyone have a recommendation for knowledge base software for ASP.NET? Any open source solutions out there? I'm looking for a system which I can integrate into existing pages if possible.
|
| Event syntax problem to call up the selected event of an ods | 05 Nov 2007 12:19 GMT | 1 |
I would like to raise the selected event of an objectdatasource (ods) to retrieve some data. I tried to raise this event using a server button. I am at a loss as to how set up the RaiseEvent syntax arguments.
|
| HTML control Vs Web form control | 05 Nov 2007 11:21 GMT | 3 |
I am new to asp.net. I want to know that, HTML and Web form control can work in same way example, using "runat = Server" attribute, html control can also executed at server, then what is the use of HTML control and is there is any specific condition when we use only HTML control ...
|
| ASP.NET 2.0 menu question | 05 Nov 2007 10:40 GMT | 1 |
I use a menu control that is bound to a sitemap to display menu items, no problems there. I now have one menu item that needs to open an url in a new window, and I have to dynamically add some querystring value to that URL. So I
|
| RewritePath - Folder To a Query (How To?) | 05 Nov 2007 09:48 GMT | 3 |
Hello Developers, I am trying to write a code inside BeginRequest event handler which would rewrite the following path: /myapp/user123
|
| error in opening the webpage | 05 Nov 2007 09:38 GMT | 1 |
HI I got this error after creating a virtual directory in my pc and tried to open the webpage... Server Error in '/webpda' Application. ------------------------------------------------------------------------
|
| When drop down list value changes | 05 Nov 2007 06:52 GMT | 2 |
I have a drop down list in my aspx page. When the list1 value changes, a procedure GetList2Values ( onchange="GetList2Values ()" ) will get executed. Since the list2 contains a large number of data, I need to provide a status 'Loading...' in another label . After loading ...
|
| How to remove cell space in the GridView? | 05 Nov 2007 06:51 GMT | 1 |
Hi, all I put a table in a GridView, but there is always space between the table border and the GridView line, is there anyway to remove the space? Thank you very much.
|