| Thread | Last Post | Replies |
|
| Somebody Please reply | 30 Jul 2005 01:01 GMT | 1 |
First of all I admin my english is not very good. But can somebody please read the following and tell me is there something I am doign wrong or there is bug in ASP.Net 2.0. But at-least somebody please reply I am stuck on this point.
|
| DataGrid | 29 Jul 2005 20:00 GMT | 1 |
I created a simple datagrid that was populated from a SQL stored procedure. SP Select LNAME + FNAME as NAMETEXT, DATEHIRE as DATETEXT from employees did this in ASP.NET>>
|
| changing z-index. help!! | 29 Jul 2005 16:35 GMT | 2 |
Hi. I have written a control that mimics a drop-down list box. It makes a DIV visibile when the dropdown image button is pressed. The DIV is set to absolute positioning. Everything works great unless there is a WebControls.DropDownList in the
|
| How can I add an event to a control in a templete column? | 29 Jul 2005 15:23 GMT | 1 |
I have a templete column, and a DropDownList in header templete. I want to add a SelectedIndexChanged event to that DropDownList. But I couldn't. How can I do that? Thanks...
|
| Property is loosing value | 29 Jul 2005 14:18 GMT | 3 |
Hello NG, I've created a custom component inherited from "System.Web.UI.Webcontrold.Button" and added a new String Property ...
|
| ListBox Click or DoubleClick event for web apps | 29 Jul 2005 12:31 GMT | 4 |
I am trying to make a listbox in a c# web application that updates some data on the page when an item in the list is clicked. This is easy on a traditional listbox (in a form application) - using the Click event, but the Click or DoubleClick event is missing on the web version ...
|
| Cannot change font in Webcontrol treeview node | 29 Jul 2005 05:22 GMT | 6 |
I am use Webcontrol treeview, and I followed examples in the msdn document to format the treeview control. <mytree:TreeView runat="server" SystemImagesPath="/webctrl_client/1_0/treeimages" ID="Treeview1"
|
| Can't get the 8 pt font size. | 28 Jul 2005 15:55 GMT | 4 |
I am quite new to the ASP.NET environment and I try to port a VB 6.0 application to ASP.NET environment. In my VB application there are Textbox and Label controls with are configured as fontname "Tahoma" and size =8 pt. I want to have this same size configured within the ASP.NET ...
|
| User Control Gives Parser Error about Extending System.Web.UI.Page | 28 Jul 2005 14:52 GMT | 2 |
I'm getting "Parser Error Message: 'MyCompany.MyApp.MyUserControlClass' is not a valid base class because it does not extend class 'System.Web.UI.Page'." I didn't think that, as a user control, it was supposed to extend System.Web.UI.Page. It does extend System.Web.UI.UserControl ...
|
| how do I determine which button is clicked with HTML control? | 28 Jul 2005 09:37 GMT | 6 |
Here is the problem: I was trying to build a page with the RadioButtonList control, but due to the interface requirement, the individual buttons are scattered (not in the same location) in the page which makes it impossible to use this control. I am thinking about using the HTML ...
|
| Genera question about a SELECT dropdown list | 28 Jul 2005 09:25 GMT | 2 |
I am trying to create a registration form page using asp.net and c#. One of the fields is a drop down list of groups that are already registered, so if your group is already registered then you can select it and continue on, but if it isn't then what id like to have happen is, as ...
|
| Problem in populating 3 data from database in ddl.DataTextField. | 28 Jul 2005 03:36 GMT | 1 |
I hav figure out how to populate more than one data retrieved from database and bind to dropdownlist.DataTextField for quite a long time but unable to figure it out. I need you guys help and advice..Is it possible to do that? really hope u guys can help me..Thanx in advance.
|
| Problem with custom control | 28 Jul 2005 03:29 GMT | 1 |
I am trying to load one CC project on recently .net studio 2003 installed xp machine. This project was running on other machine .. but on this machine its giving me errr.
|
| GetDate | 28 Jul 2005 03:26 GMT | 1 |
I am new to ASP etc. I am creating a simple Form to insert records into my SQL database. I need to know how to add the getdate function for my DateBuild column. Thanks in advance.
|
| diff <usercontrol> & usercontrol.new() | 27 Jul 2005 14:49 GMT | 1 |
there's no problem when calling my usercontrol class as follows: <%@ Register TagPrefix="User" TagName="Element" Src="~/Element.ascx" %> <User:Element id="elmFirstElement" runat="server"> but, there is a problem when i'm calling it like this:
|