| Thread | Last Post | Replies |
|
| User Control | 10 Mar 2004 22:36 GMT | 1 |
I have an existing .Net project. One of the web forms has a user control uc1.ascx in it. I changed the uc1.ascx.cs file which has the code for the control. I copied the new version of the uc1.ascx.cs into the web folder (inetpub) and restarted IIS. But I am not able to see any of ...
|
| Button relative to datagrid | 10 Mar 2004 20:15 GMT | 4 |
I am new to HTML, so am struggling a bit with the old POSITION: relative malarky. I would like my buttons to appear relative to the datagrid which can have varying row counts, depending on the selection made on the previous page, so what tags do I need to use/wrap around these ...
|
| Webcontrols inside of a datalist... | 10 Mar 2004 19:57 GMT | 1 |
I am trying to figure out how to access say a HyperLink web control that is inside of a datalist control. What I am wanting to do is make a conditional check in the datalists databound event and check to see if a value is true or false then set a hyperlink visible or hidden ...
|
| ImageButton | 10 Mar 2004 19:49 GMT | 1 |
I need a little help with the ImageButton. I am using the imageButton.ImageURL properties to dynamically load an image onto the button. The problem is that if there is a delay getting the picture, I would see the alternative text. How can I delay the change over
|
| Printing Page | 10 Mar 2004 19:32 GMT | 1 |
How can I print my Page? I have a button (named Print), that when clicked I want that he prints my ASPX Page. Ruca
|
| Default printer name from ASP.NET application | 10 Mar 2004 19:30 GMT | 1 |
Hey,All! I have a problem. It is necessary from my ASP.NET application to get default printer name of local PC, and names of all installed printers on local PC. It is possible?
|
| implementing paging with a repeater control using VBScript | 10 Mar 2004 19:07 GMT | 2 |
Can anyone point me towards a tutorial on implementing paging using a repeater control written in VBScript? I've found several written in C#: http://www.mastercsharp.com/article.aspx?ArticleID=76&&TopicID=2
|
| How to get the value from a DropDownList? | 10 Mar 2004 18:38 GMT | 7 |
I have a series of DropDownLists on a form. When the user submits the form I want to be able to trundle through these lists and find out the list value. ..something like... For Each ctl In Me.Controls
|
| Enable View State | 10 Mar 2004 17:55 GMT | 1 |
I would like to ask a question in regards to ViewState. I tried to disable viewstate to a textbox or a Listbox by setting EnableViewState = false but it won't do it. Also whcih one has a precedence the Page level ViewState or the Button Level View State Thanks Mohammed
|
| How can I make the treeview like Microsoft's Newsgroup? | 10 Mar 2004 13:20 GMT | 2 |
On Microsoft's MSDN Newsgroup http://msdn.microsoft.com/newsgroups/ the treeview load the child nodes when user just expand the nodes. but in treeview control, we have to load all child nodes at the same time. How can I make the tree like Microsoft's Newsgroup?
|
| Adjust runtime properties of asp:button in datagrid? | 10 Mar 2004 07:28 GMT | 4 |
My datagrid has an an asp:TemplateColumn containing an asp:button inside an itemtemplate <!-- within asp:datagrid id="dg1" --><asp:templatecolumn><itemtemplate><asp:button id="btn1" commandName="Show Details" ... ></itemtemplate></asp:templatecolumn I want this button to be enabled ...
|
| add server control to stringbuilder | 10 Mar 2004 02:37 GMT | 1 |
Hi I'm trying to add a server control to a stringbuilder and I'd like some suggestions please. The output of the server control is 3 html combo boxes and I would
|
| EditItemTemplate in DataGrid | 10 Mar 2004 02:30 GMT | 1 |
I have a datagrid with 3 columns, the 3rd column has a button to edit. When I click edit, I want to merge the columns, effectively colspan the edited row. Does anyone got any ideas. Craig
|
| Validating user input in a textbox | 10 Mar 2004 02:26 GMT | 1 |
What is the best way to validate the user input in a textbox on click of abutton to ensure that none of the foll. characters(illegal for filenames) are entered : ` ~ ! @ # $ % ^ & *
|
| Back and Forward Page | 09 Mar 2004 17:58 GMT | 10 |
Do you know how can I disable the Back and Forward commands in browser? I want to disable that commands for some pages and others not. How can I do that? --
|