| Thread | Last Post | Replies |
|
| Masterpagefile setting in web.config | 19 Jun 2006 15:12 GMT | 1 |
the msdn documentation says that if we can do application level binding by specifying the masterpagefile attribute in web.config, so that all the pages in the application are bound to a master page. if we do this, we will not be able to add any page in the application with server ...
|
| to the Master's | 19 Jun 2006 15:09 GMT | 1 |
Regarding ASP.NET 2.0 and especially the Wizard Component How can I validate a Step (using Javascript - no Callbacks or Pagebacks)? I can't find anything relative to this, only a Microsoft page saying that the Wizard performs the ValidatePage() javascript but even if I enter ...
|
| HTML Control and ASP.Net control question | 19 Jun 2006 15:08 GMT | 1 |
Hi is there any way to assing database value to html control like txtaspcontrol.text=myvalue; same to html text control txthtmltextcontrol.text=myvalue through asp.net form i am using asp.net 1.1
|
| How to replace SSIs | 19 Jun 2006 14:50 GMT | 3 |
We are incorporating a new .NET application into an existing ASP application. We currently make heavy use of server side includes to incorporate the branding for specific customers. These includes contain variables and such that are then repeatedly used throughout the
|
| Two simple validation questions | 19 Jun 2006 14:47 GMT | 2 |
A couple fo questions about the easiest way to do some tasks. I'm sure both of these can be done with custom controls, but can they be done more easily with another validation control? 1) How would I go about building a validation control that checked that
|
| Imagebutton / Image bug? | 19 Jun 2006 14:45 GMT | 3 |
Hello NG, Why in Asp.net 2.0 Image / Imagebutton always renders a style 'border-width:0px' even if Borderwidth is empty ? Is there a workaround ? thanx
|
| WebControls' text properties are all over the place | 19 Jun 2006 14:33 GMT | 1 |
Could anyone please explain the bizarre and utterly infuriating effect I am observing while adding controls programmatically? I've reduced the problem to the following code: <form id=Form1 method=post runat="server">
|
| listbox items looping problem | 19 Jun 2006 13:01 GMT | 2 |
i have a listbox whose items are displayed in listbox e.g ('1','3','4',) my problem is the last comma (, after 4) i don't want this comma as i have to use
|
| How to access datagrid on web page from user control on the same page | 19 Jun 2006 12:24 GMT | 1 |
have a web page named itemList.aspx. It contains a datagrid (id = datagrid1). The web form also have a user control named itemSearch.ascx. This user control have several options to search and a submit button. I want to change the datasource property of datagrid1 on the click of ...
|
| Choosing Layout: Css-Layout or Table-Layout | 19 Jun 2006 11:06 GMT | 1 |
After I designed my page (using several tables), while I was surfing the web I considered a professional looking web site which had been used DIV tags instead of tables, with many css classes. for sure designing in div layers is much more time consuming. so there should be
|
| StreamWriter Appending not Overwriting | 19 Jun 2006 10:36 GMT | 2 |
I have a simple form with a multiline Textbox. I load the textbox with the contents of a text file. I make changes to the textbox, then I attempt to OVERWRITE the original file.
|
| dynamic controls creation - issue | 19 Jun 2006 10:09 GMT | 1 |
I need to create controls dynamically on click of a button. When the user click on a button, I need to create a text box, dropdown list and check box in a row. Additional row has to be created with the controls on each click of the button. I am able to recreate the
|
| Solution in ASP | 19 Jun 2006 09:23 GMT | 1 |
hi there to all...... Is it possible to fetch data records from other website and store in a database dynamically.... I mean to say i want to fetch data from a yellow pages website .......
|
| databounded listbox with datagrid results | 19 Jun 2006 09:18 GMT | 1 |
i have a databound listbox that has a multilple selection made to true. when user select multiple values in listbox and clicks button i want them to show the results in the datagrid on the same page using panels.
|
| Russian website | 19 Jun 2006 09:17 GMT | 1 |
Hi group, my question is both for asp.net. I have to do a website in Russian. So far, I have some problems with the russian character.
|