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 / Web Controls / May 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Text control - password23 May 2005 22:20 GMT3
I am gettting strange behavior for text control of type password....
I have a password text corol followed by a dropdownlist (whose AutoPostback
is true)
when I type my password then go to next cotrol whch fires autoPostback then
fill dropdown list thru dataset23 May 2005 17:56 GMT1
Any idea how to fill a dropdownlist thru dataset
I done like this
ddLst1.DataSource = myDataSet
ddLst1.DataMember = myDataSet.Tables(0).Columns(1).Caption
Infragistics UltraWebTab & RequiredFieldValidator23 May 2005 14:14 GMT1
We are having some trouble with the UltraWebTab control with a
RequiredFieldValidator on one of the page's template. A save button's
click event won't fire on one page when another page is not valid. The
RequiredFieldValidator is not on the page with the button that does not
error messages and focus23 May 2005 14:01 GMT1
I am using web server controls...when the error occurs I want to display it
as an alert and after clicking ok to that alret dialog I want to set the
focus to the incorrect value (text control in mycase)
How can I do this using web server control code...
File uploaded to server....How can I delete it?23 May 2005 13:57 GMT1
I have uploaded an image to the web server using the code below. Note
that 'FileUpload' is the name of my HTML input control.
if (FileUpload.PostedFile != null)
{
anyone who has used the FreeTextBox  ?23 May 2005 13:54 GMT1
I want to save the FreeTextBox.Text into Sql Server database ,
and how do I set the field attribute?
I think it may be ntext ?
but how to save the FreeTextBox.Text into the field ?
Referencing Datagrid Rows while Datagrid is Sorted23 May 2005 13:01 GMT2
I see this question raised often elsewhere, but I haven't yet found an
answer.  When a datagrid is sorted, referencing a specific row is a problem.  
In my applications I frequently use datagrids and I must tell my users "If
you are going to edit/update/delete a record from a ...
How can I use my Own control in DataGrid?23 May 2005 07:15 GMT2
I am trying to use my own calender control into datagrid but on clicking on
it, i can not open that control. I am having date by choosing it from that
control into input textbox.
TextBox.Text not getting the proper value21 May 2005 20:29 GMT2
I have a form that is used to edit a row from SQL.  The form textboxes
are filled at page_load so that the user can see the data.  User can
make changes in the textboxes then click a button that uses SQL
connection and UPDATE statement to save in DB.
AutoPostBack21 May 2005 17:31 GMT3
I am using Web Server controls on my page. I want to dispalay error message
prompts and other dynamically font and color changes depending upon the user
selection. I have set AutoPostBack = true for all controls like text, radio,
dropDoenlist. So when ever the control is touched ...
TableCell Text Wrapping Problem!21 May 2005 17:01 GMT2
If I have spaces in my Text property of Label, and I add it to TableCell, it
wraps at spaces.  E.g.
Label lb = new Label();
lb.Text = "Hello, World!"
DataGrid help on Datagrid's SelectedIndexChanged event21 May 2005 06:13 GMT1
Hi,
I have two Select button columns on my datagrid control. What is the easiest
solution to know which control has been pressed by the user.
When I press any of the two controls, it goes directly to the  
Positioning Panel on WebForm at runtime21 May 2005 06:03 GMT1
What I am attempting to do is at run time create a panel add a link button to it, and then I am trying to place it at a specific position on the webform.  I am trying to do this to create a tree of panels on the form, but to do this I need to be able to set the position at run ...
DHTML and Web server controls21 May 2005 01:31 GMT1
What is tehe best method to use DHTMl with Web forms and web server
controls...
thanks
Is this posible?20 May 2005 19:17 GMT4
I have a 2 Repeaters in place on my WebForm.
What I would like to do is be able to select a record on the first repeater
(contained within a ASP:Panel) to reveal the details of the record in the
second Repeater (Contained in ASP:Panel2).
Pages: 1 2 3 4 5 6 7 8 April, 2005
 
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.