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 / October 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Textbox - inserted enters22 Oct 2006 17:16 GMT2
On my ASP.NET 2.0 page I have a textbox with edit type multiline.
I have the following question:
Is it possible to show manualy typed enters in the Gridview inserted
from such a textbox?
changing rows in a multiline textbox20 Oct 2006 15:18 GMT2
I have a situation where I have a textbox that by default only displays 2
rows of text at a time (textbox.rows = 2). On a link button click, I am
supposed to expand the textbox to show all the data it contains but there are
a number of problems to work through:
implicit vs explicit localization20 Oct 2006 10:25 GMT5
Hi;
Any comments on which is the better approach? And why?
Signature

thanks - dave

Datagrid template column20 Oct 2006 03:59 GMT2
Hai,
i put template column in datagrid. then if i want to display date in that
column (only date with out default time).can u tell me that option to
display only date with out tme.
GridView RowComand event Issue19 Oct 2006 12:38 GMT2
In the footer of the gridview, I have a dropdown and a "Add" button set up,
so I can add new rows to the gridview.  The "Add" button has CommandName of
"ADD", so I use that in the GridView1_RowCommand to check if (e.CommandName
== "ADD") before I add the row.
Display an empty grid19 Oct 2006 11:18 GMT5
I would swear I asked this yesterday - but I can't find my post (or any
answers). So here goes again.
In a GridView, when it is empty, instead of a message, I would like the grid
to display, preferably with a single empty row but having just the header and
localization for all MS web controls18 Oct 2006 17:15 GMT2
Hi;
Does anyone know of a set of localization files that localizes all the MS
web controls for various languages? I'ld much prefer that to localizing them
ourselves, both because it saves us time/money and because then we will be
sqldatasource and connection exception handling18 Oct 2006 15:36 GMT2
In my page, I'm using a gridview and a sqldatasource. I don't know how to
handle the exception that occurs when the database server is unavailable.
I've read that I should use the execption property of the selected event.
But for this exception, the property is null.
How can I find the datakey of currently selected row?17 Oct 2006 21:41 GMT4
I searched for this and found an answer, but it did not help.  In my
GridView there is a fileupload and a button click event to save the
file upload.  I am naming the file uploaded after the primary key field
of my table, so, if I have employeeid 4, then my file name is 4.jpg.
Gridview: Edit row validation17 Oct 2006 17:31 GMT2
I have a grid view that, when the row is in edit mode, contains a pair of
radio buttons (Yes/No) and 3 edit fields (2 text boxes and a drop down list).
I have business rule that states that if Yes is selected, the 3 edit fields
are required but if No is selected the 3 edit fields ...
email sending twice17 Oct 2006 16:22 GMT1
With the code below, every email is sent twice.  Anybody tell me why?
Dim txtBody as string
txtBody = "testing 2.0 email"
Dim MailObj As New System.Net.Mail.SmtpClient
Request for the permission of type System.Web.AspNetHostingPermission failed17 Oct 2006 15:45 GMT1
I'm using dotNet 2.0 and VS2005.
I've got a class library where I've created a webcontrol (Inherits from
GridView).
The dll for the class library resides on a different server (development
AccessDataSource - how to get access to the retrieved data?17 Oct 2006 13:45 GMT3
I am using the new AccessDataSource control and it works as expected (query
result bound to a GridView).
Very nice about this control is that it keeps the data in memory. (a
Dataset). But how can I get that data, and use it elsewhere in my code?
Trigger an Insert on a FormView control17 Oct 2006 11:59 GMT1
Using a FormView control and I want to programmatically invoke the
Insert operation. Instead of the user clicking "Insert" I need to have
the web page load and automagically go into insert mode on the FormView
control. What method do I call?
Hyperlink in a treenode label16 Oct 2006 06:22 GMT1
I have a simple treeview (four levels deep) that I am building manually when
the page is loaded.  I am trying to figure out how to take the treeview out
of navigation mode.  That is to say that the text for a node should NOT be a
hyperlink.  According to all of the docs I have ...
Pages: 1 2 3 4 5 6 September, 2006
 
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.