all groups > asp.net > july 2003 > threads for sunday july 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Difference between Datagrid,Datalist and Repeater control
Posted by elaiyaraja at 7/20/2003 9:38:00 PM
Hi
Can any one expalin me the exact difference between
above controls and when to select which control.
Thanks in advance
Elaiyaraja... more >>
Could anyone help me to remove duplicate rows?
Posted by TaeHo Yoo at 7/20/2003 7:37:42 PM
I have a table that has more than 1 milion rows so practically it is
impossible to remove all duplicate rows by hand.
Could you help me to remove those duplicate rows at all?
This table doesn't have primary key( identity ) column.
Say Table name => MyTable
Column => Col1,Col2,Col3
No primary... more >>
Update from datagrid
Posted by Russ Green at 7/20/2003 7:11:33 PM
I am currently learning asp.net (vb) with Web Matrix. I am building an
intranet page that will have an editable datagrid on it. I have got the
datagrid to populate OK but I cannot get the Update method to work
correctly.
I click on edit and and the non-readonly field become editable as in
htt... more >>
Problem using .NET UniqueID to reference RadioButton in Javascript?
Posted by intrepid_dw NO[at]SPAM hotmail.com at 7/20/2003 2:51:21 PM
Hi, all.
I'm trying to work with some client-side scripting issues with an
ASP.NET application. I realize I've probably done something wrong, but
at the moment it looks to me like an inconsistency in the way
javascript is interpreting form elements.
I generate my Javascript from a server-si... more >>
maintain the state of a hidden html control.
Posted by anthru77 NO[at]SPAM yahoo.com at 7/20/2003 2:18:52 PM
Hi,
I have a usercontrol which handles the menu functions which is
included in the main form.My requirement is to pass a variable to the
server and maintain its state when I click an item in the menu.
I have a hidden htmlcontrol(runat="server") and i set a value to the
control thru a javascript... more >>
special tags
Posted by Lloyd Dupont at 7/20/2003 12:11:48 PM
what means
<%= something %>
and
<%# something %>
... more >>
Web config file in another app being accessed in error!!??
Posted by martin.stickley NO[at]SPAM btinternet.com at 7/20/2003 11:50:56 AM
Hi
I am noticing some strange behaviour in some asp.net pages that I have
put together and am hoping someone can explain to me what is
happening.
I have two domains hosted at oneandone.co.uk. My main domain points to
the root /. space in my account and contains various htm and aspx
pages t... more >>
Page Template
Posted by lesmre at 7/20/2003 11:37:56 AM
Hi
How can I do a page tamplate VB
If you have an exapme
Thinks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to change the current thread current culture at run time.
Posted by Manu at 7/20/2003 7:47:34 AM
I have created a new culture :
Dim objCulture As New CultureInfo("he") //hebrew
When I tried to assign it to the current thread.
Thread.CurrentThread.CurrentCulture = objCulture
Thread.CurrentThread.CurrentUICulture = objCulture
This Caused an exception :
" Culture "he" is a neut... more >>
hoe to prevent a control from being executed
Posted by bid at 7/20/2003 7:07:51 AM
I have 2 controls on this page as shown below. The first
is a datalist control which contains links to the
particular image gallery (second control) I want to
display. However I only want the datalist to be used
when the page is *not* posted back. I know how to hide
the datalist control... more >>
|