Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Using Custom Expressions w/ GridView Buttons15 Jul 2007 08:03 GMT2
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 GMT1
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 values15 Jul 2007 01:10 GMT1
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.314 Jul 2007 21:25 GMT4
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 help14 Jul 2007 21:02 GMT7
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 GMT2
WPF Tutorial
==========
http://wpftutorial.blogspot.com/
How to RUN a fil from my website?14 Jul 2007 18:39 GMT6
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 IList14 Jul 2007 13:42 GMT4
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 question14 Jul 2007 13:23 GMT7
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 GMT2
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 field14 Jul 2007 12:04 GMT8
i have a GridView and a hidden field :
<asp:TemplateField Visible=false >
               <ItemTemplate >
                   <asp:HiddenField  Value="<%#Eval("isActive")%>"
dropdown bind xml or table or array14 Jul 2007 11:04 GMT1
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 output14 Jul 2007 10:59 GMT1
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 xp14 Jul 2007 09:48 GMT2
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.014 Jul 2007 08:51 GMT8
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 ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.