| Thread | Last Post | Replies |
|
| sample code for creating menu on asp.net page | 22 Dec 2004 13:21 GMT | 2 |
I want to create a menu on the asp.net page using mouseover and mouseout events, I have created it using HTML control but I am unable to create it using asp.net web control please help me out Please give me some sample code to refer.
|
| datagrid "can grow" ? | 21 Dec 2004 23:09 GMT | 4 |
I've developed a series of custom controls that use or extend the datagrid control. Obviously however I have the same old problem with grid layout as opposed to flow layout - when the datagrid is initialised instead of pushing everything below it further down it simply overlaps ...
|
| How to include a client script resource file? | 21 Dec 2004 17:54 GMT | 1 |
I have created an project that defines some custom webcontrols. Some of them rely on client script functions which I have to send to the client. I'd like to know if there is some way of putting them as resource files in
|
| Loading another project | 21 Dec 2004 14:08 GMT | 1 |
Is it possible to build a web control (mycontrol.ascx) as it's own project and then bring it into another project like my main site without copying and pasting the pages over?
|
| how can i create a color palette or color dailog box in a web appl | 21 Dec 2004 14:05 GMT | 1 |
hiii everybody i want to knowhow i van create a color palette or color dialog box as in windows application but this time in a web application also if anyone knows how i can retrieve all fonts on the system and thier size, plz help me as soon as possible
|
| Is this possible -- 2 grid rows per data row in Datagrid? | 21 Dec 2004 01:57 GMT | 5 |
I'm working on a medical records application. My page displays data associated with documents transcribed from dictation in a datagrid. Some documents have comments associated with them (as much as 250 characters). When this is the case I want to display the comments in a row ...
|
| Table as a TreeNode in ASP.Net | 20 Dec 2004 22:20 GMT | 1 |
I am trying to display Table objects in a TreeView in ASP.Net. Is this possible?
|
| HELP!!! JavaScript client and server side DropDownList | 20 Dec 2004 22:14 GMT | 2 |
I am nearly desperate. Hope anyone of you can help. In my web application, I need to use several interdependent DropDownLists, which means contents and selections of one dropdownlist depends on slection in another. Initially I used server side OnSelectionChange event handler of
|
| drop down list not selecting what I ask it to ... any ideas? | 20 Dec 2004 19:39 GMT | 3 |
... if (Page.IsPostBack == false) { ddlserver_id.DataTextField = "server_ip_address";
|
| Finding data binding information on web control | 20 Dec 2004 18:07 GMT | 1 |
I'm able to get the data binding information on Windows controls via System.Windows.Forms.Binding bind = myControl.DataBindings["Value"]; I can then look at the bind class to get the datasource, table, column information.
|
| Please help me | 20 Dec 2004 16:25 GMT | 1 |
I have a problem: i have created one weservice and one asp.net page but when I running the application it is invoking the webservice why not web page please provide me solution
|
| how to reach a control in a dynamically extended HTML Table | 20 Dec 2004 16:24 GMT | 2 |
Dear ASP.NET Programmers, I have a HTML table (running as server control with the control ID: tblInsertSP). The table has 16 rows with textboxes. Depending on the value of the ddlSPType, which is a dropdownlist control on the page, I add
|
| Newbie question about Checkbox list | 20 Dec 2004 13:08 GMT | 2 |
I'm still a newbie not only with .NET, but also with the whole concept of postbacks and states. I have a checkbox list with 5 items, all initialized as selected. I have a button that when clicked, disabled the entire checkbox list. When the very
|
| Calendar Control Localization | 20 Dec 2004 05:01 GMT | 2 |
There is a sample here of a localizaed calendar control: http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#25 How would one code this to use say, the Hijri calendar instead of gregorian? Thanks,
|
| ASP.NET - VB.NET - JavaScript Question | 19 Dec 2004 18:33 GMT | 2 |
I'm stuck on trying to get the following to work: I am using VB.NET to program ASP.NET...my task is to create two pages, Main and Child. In Main, I have linked a javascript function to a button in order to popup a second window (Child) where a user can
|