| Thread | Last Post | Replies |
|
| Using Custom Expressions w/ GridView Buttons | 15 Jul 2007 08:03 GMT | 2 |
I have a drop-down list the I want to use to control the visibility of button fields. Here's an example of one of my button fields, <asp:ButtonField Visible='<%$ Code:ddlReason.SelectedValue = Status.Review %>' CommandName="Review" Text="Review" />
|
| asp.net 2.0 DropDownList limit number of size/ rows / height issue? | 15 Jul 2007 06:33 GMT | 1 |
I've tried setting the height of the dropdownlist, but when I do that it eats of space below . Basically, I only want about 10 rows visible and scrolling to then show up if there are more rows. But I want space below the dropdown to be available by other controls while the
|
| databind and getting values | 15 Jul 2007 01:10 GMT | 1 |
when i bind a data from a select query to a grid view : [code] Dim myCommand As New Data.SqlClient.SqlCommand(sqlSelect, myConnection) Dim myDataSet As New Data.DataSet
|
| mystery 2.3 | 14 Jul 2007 21:25 GMT | 4 |
I am working on a page with textboxes that can only accept a certain number of decimals places. So I wrote a small function to check the number of decimals, not counting zeros, as well as range check the entry and then return the results, based on a parsing method I learned in c++ ...
|
| Newbie, VIN Number decoder help | 14 Jul 2007 21:02 GMT | 7 |
I'm using VS2005, ASP.net 2.0 and SQL Server 2005 I've been asked to create a decoder app for cars VIN Number , I thought maybe some of you could offer some advise, examples or links to go about this project in ASP.net 2.0 using VB or C#, is there some kind of web
|
| Windows Presentation Foundation (WPF) | 14 Jul 2007 19:14 GMT | 2 |
WPF Tutorial ========== http://wpftutorial.blogspot.com/
|
| How to RUN a fil from my website? | 14 Jul 2007 18:39 GMT | 6 |
I have a file that is not typical. It is called "opend.smp". If the file is located on the desktop and a user double-clicks it, a local proprietary program is launched. How can I make this happen from my website? i have the file "opend.smp" located on my website but it won't ...
|
| ICollection List and IList | 14 Jul 2007 13:42 GMT | 4 |
I have two datasets wher I populate a dropdown list on startup, depending on radio button setting. If rbA then use ds_A, if rbB use ds_B. What is the best way to store the datasets so I can populate the dropdown list without having to connect to the db and repopulate the ...
|
| textbox control question | 14 Jul 2007 13:23 GMT | 7 |
I have a aspx page which has a textbox control and a button control. I added some code in the button's OnClick event. When I add some text in the textbox and hit ENTER,the page postback and the button's OnClick event won't be excuted.
|
| How to transfer data from a GridView to an Excel worksheet. | 14 Jul 2007 13:14 GMT | 2 |
I'm working on a project in which I have a Gridview that has data. That Gridview data must be then exported to an Excel spreadsheet. I have successfully displayed the Excel spreadsheet and fill it with data using the Range.InvokeMember(...) method:
|
| GridView and hidden field | 14 Jul 2007 12:04 GMT | 8 |
i have a GridView and a hidden field : <asp:TemplateField Visible=false > <ItemTemplate > <asp:HiddenField Value="<%#Eval("isActive")%>"
|
| dropdown bind xml or table or array | 14 Jul 2007 11:04 GMT | 1 |
I use asp.net 2.0, i've a dropdownlist box, which will be loaded from table, it may contain 10 to 50 records. User might keep calling this page several times. more than 1000 users at any time would access. Do i need to bind from xml file or just call the table. which one is the
|
| Rendering an aspx form output | 14 Jul 2007 10:59 GMT | 1 |
I want to use the output of an aspx form and render it to screen as a 'preview' of the page. With an html file its easy but obviously an aspx page has to be run, and then the finished html generated is what i then want.
|
| probleum in running asp on window xp | 14 Jul 2007 09:48 GMT | 2 |
i have installed iis on my window but the asp script is not running on the window please guide me how i can run asp on my machine
|
| download ASP ver 2.0 | 14 Jul 2007 08:51 GMT | 8 |
I have a quick question... We have ASP ver 1.1 on our Win2K3 server. We are installing Sharepoint which requires the .net framework ver 3.0 and ASP 2.0. No problems getting the .net framework 3.0 but I CAN NOT find ASP ver 2.0 anywhere!! Is it bundled in some other download? I ...
|