HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Web Controls microsoft.public.dotnet.framework.aspnet.webcontrols


Discuss in the ASP.net Web Controls forum.



Post New Thread
Threads in Forum : ASP.net Web Controls Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am struggling with positioning web form controls. It was suggested that I place a table on the page - but it seems that the controls are...
radiolandog
11-27-2007 08:45 PM
Steven Cheng[MSFT] Go to last post
3 21
I have a RadioButtonList with more than one ListItem that has a certain Value. If I select a ListItem with that Value, the one that is selected...
Nathan Sokalski
11-27-2007 08:07 PM
Nathan Sokalski Go to last post
1 11
Dear Group I wonder if I do something wrong and whether this is possible at all. Any hint is greatly appreciated. I have a XML file bound to a...
theintrepidfox
11-26-2007 02:06 PM
theintrepidfox Go to last post
0 26
I'm having trouble finding out how to bind a gridview containing data to individual details on another page. Can anybody send me the code or...
Coby Herd
11-26-2007 11:51 AM
radiolandog Go to last post
2 18
I used the TabContainer and the Accordion components in my site(http://www.gabardine-fp6.org).They used to work fine on ie6 as well as on ie7 and...
sagi
11-26-2007 08:46 AM
sagi Go to last post
0 20
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league. The...
Tony_VBACoder
11-23-2007 08:46 PM
Tony_VBACoder Go to last post
2 27
I want to use a popup login page and automatically close it when the user authenticates. In my OnLoggedIn event handler in the code behind in...
Jeremy
11-22-2007 12:44 PM
PJ on Development Go to last post
1 24
'm having some problems with a WebControl, Sharepoint and SessionState. and NullReferences. Somewhere, this method it throwing a NullReference...
chris
11-22-2007 10:47 AM
chris Go to last post
0 19
Hi, I have a page that is using a ReportViewer control. When the page is accessed from the uncompiled version it works witout problems but when...
sir_mircea
11-22-2007 09:21 AM
vinod kumar Go to last post
1 35
I am trying to set a culture in my skin file, I had used the following code in my skin file: <asp:Label ID="UserNameLabel" runat="server" Text='<%$...
Lamy
11-22-2007 05:03 AM
Lamy Go to last post
0 18
I have a gridview control that is updateable. One of the data elements is date, which is very easy to misstype. An invalid date will throw an error....
Arne Garvander
11-21-2007 01:56 PM
slam radio Go to last post
5 18
Has anyone have any experience of doing this ? I want a small menu on each row with a few options, I have tried it and it seems to work great at...
Eps
11-20-2007 10:05 AM
eps Go to last post
3 15
I have a custom control that I wrote (I inherit from System.Web.UI.WebControls.CompositeControl). I dynamically add this control to my Page, but I...
Nathan Sokalski
11-20-2007 09:23 AM
Scott Roberts Go to last post
7 25
Whenever I create a radio button, there is a large amount of space between the radio button and the text label. I can't figure out how to change...
J. Cairn
11-19-2007 08:17 PM
J. Cairn Go to last post
0 24
I created a data access class with get, insert, update and delete methods. I have an object datasource bound to the class and a formview bound to...
Joe
11-19-2007 04:24 PM
Joe Go to last post
2 21
ca y est, elle est enfin accessible ŕ tous. Une salle de réception ou de concert pouvant acceuillir jusqu'ŕ 250 personnes assises. Pour plus d'infos...
satfever@msn.com
11-19-2007 01:24 PM
satfever@msn.com Go to last post
0 18
I've a dropdownlist in a table's row, sometimes i want to increase the width of this when page load, but don't want to disturb other controls just...
Ganesh
11-19-2007 10:59 AM
Ganesh Go to last post
0 23
Hi, I am using a gridview control in asp.net 2.0 and creating some dynamic template fields in it. Whenever I am trying to get the e.NewValues in...
Pulkit Sharma
11-19-2007 10:39 AM
Rachna Go to last post
4 16
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has...
Nathan Sokalski
11-18-2007 09:36 AM
Teemu Keiski Go to last post
3 22
Is it not possible to call a JS function from an ASP.Net button. In the HTML I assign the onClick="JS_Function()" But when page is rendered I get...
WhiskeyRomeo
11-17-2007 12:50 PM
Riki Go to last post
3 17
I have an ImageButton inside a Repeater control. However, the ImageButton does not trigger the Repeater's ItemCommand event. For the moment, I...
Nathan Sokalski
11-16-2007 09:03 PM
Nathan Sokalski Go to last post
2 17
All: I have a simple grid view, defined thusly: <asp:GridView ID="grdCO_Comments" runat="server" Width="755px" BackColor="White"...
jliebman@kjlsoftware.com
11-13-2007 12:48 PM
jliebman@kjlsoftware.com Go to last post
0 15
Hi i can explain with example in simple format my page have two type categories of employee details 1. Client 2.Customer
Thanigaimani thirumalai
11-13-2007 06:08 AM
Thanigaimani thirumalai Go to last post
0 11
I have a contact.aspx page that is built with the wizard. It contains four pages, Contact Info, Comments, Summary and Complete. Everything works...
Pizmo
11-12-2007 09:02 PM
Pizmo Go to last post
0 14
I have a solution open, and one project has my dll code, and the other project is a test website, using the control/dll in my other project I have...
Elmo Watson
11-12-2007 01:43 PM
Elmo Watson Go to last post
0 19
I have created a gridview in my application, based on results from a dropdownlist on the page. I am trying to allow all resulting textboxes to be...
springtraining
11-12-2007 01:07 PM
springtraining Go to last post
0 10
Randy Galliano wrote: Handle the OnItemDeleted event on the Detailsview. There, add the line: DropDownList1.DataBind() -- Riki
Riki
11-12-2007 07:21 AM
Riki Go to last post
0 19
I need a historical timeline for doctor appointments on an asp.Net web page. Needs to be laid out horizontal with scroll bars horizontal. Any...
Chris Davoli
11-12-2007 07:18 AM
Riki Go to last post
1 15
I am running Visual Studio 2003 on XP, which I have used to run VB, C# and C++ non-web applications without any problems. I'm just starting to use...
Reds
11-12-2007 04:26 AM
Reds Go to last post
2 16
In the RadioButton and CheckBox controls, there is no Value attribute. The html <input> tag has a value attribute, which is used by both...
Nathan Sokalski
11-11-2007 02:29 AM
Teemu Keiski Go to last post
1 20
Any Pakistani (Region: Khi) Female Professional Web Designer who use Asp.Net using C#, Plz! contact me 03452884141. thanks & best regards smifti - khi
smifti
11-10-2007 05:15 PM
smifti Go to last post
0 13
i read this in a book: "...There is also logic in place to avoid enforcing RequiredFieldValidator controls until the page has been submitted (or...
TS
11-09-2007 04:07 PM
Scott M. Go to last post
1 23
I created a DLL and now I'm trying to add it to the gac using GacUtil. I just go to the path where gacutil is (cmd prompt) - gacutil /i (my DLL...
Elmo Watson
11-09-2007 11:00 AM
Elmo Watson Go to last post
0 10
I have a RadioButtonList in which some of the choices have TextBoxes next to them. I am sure that many of you have seen the type of thing I am...
Nathan Sokalski
11-08-2007 05:04 PM
Nathan Sokalski Go to last post
0 13
You might look at <canvas>. It's not a .net control - it's entirely client-side. You'd also have to implement the hooks for user control. It's...
Jurjen de Groot
11-08-2007 09:03 AM
Samuel R. Neff Go to last post
4 13
Hi, I am using the ms ajax library with an update panel in a user web control. The update panel contains two linked dropdownlists whose contents...
Chris Chamberlain
11-08-2007 02:23 AM
jonelf@gmail.com Go to last post
3 17
I have a form that contains a number of fields, all of which have validators. There are two submit buttons, one to update a record and one to add a...
Nathan Sokalski
11-08-2007 01:53 AM
PJ on Development Go to last post
3 11
Hi, I have a problem with setting the select value to items in a dropdown list, I create dropdown list in a loop and set unique id to it but I have...
Palmi
11-08-2007 01:44 AM
PJ on Development Go to last post
1 16
Hi All, How do i get the column value of a gridview when the user click a column ? Please help!!! Suman
SGS
11-08-2007 01:41 AM
PJ on Development Go to last post
1 13
There are many cases in which I want to use the same event for manually added JavaScript as one that is used for generated JavaScript. For...
Nathan Sokalski
11-08-2007 01:24 AM
PJ on Development Go to last post
4 14
I'm using a FormView with a number of DropDownList controls that are bound to SqlDataSources. Sometimes, the current contents of the bound fields...
WJB
11-07-2007 06:17 PM
WJB Go to last post
2 21
Nathan Sokalski wrote: On the assumption that you have the fields in a table it may be that the error text is slightly overflowing the length of the...
Cy Welch
11-07-2007 01:10 PM
Cy Welch Go to last post
0 11
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 10:39 AM
Thanigaimani.thirumalai Go to last post
0 17
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 10:39 AM
Thanigaimani.thirumalai Go to last post
0 14
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 10:39 AM
Thanigaimani.thirumalai Go to last post
0 12
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 10:39 AM
Thanigaimani.thirumalai Go to last post
0 16
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
thanigaimani.thirumalai
11-07-2007 10:36 AM
thanigaimani.thirumalai Go to last post
0 11
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 09:13 AM
Thanigaimani.thirumalai Go to last post
0 9
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 09:12 AM
Thanigaimani.thirumalai Go to last post
0 12
Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
11-07-2007 08:59 AM
Thanigaimani.thirumalai Go to last post
0 6
Post New Thread

Display Options
Showing threads 51 to 100 of 9884
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.