|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Nathan Sokalski -
21 May 2005 3:49 AM - 3 messages
I want to create TD tags with the nowrap property. I have a user control which sets the Wrap property of a TableCell to False when dynamically creating a table as follows: cellCurrButton.Wrap = False When the code is run, this creates a TD tag that looks like the following: ...
abcd -
21 May 2005 12:10 AM - 4 messages
I am gettting strange behavior for text control of type password.... I have a password text corol followed by a dropdownlist (whose AutoPostback is true) when I type my password then go to next cotrol whch fires autoPostback then my passord contol is cleared...my entered password is cleared...what could ...
abcd -
20 May 2005 10:15 PM - 2 messages
What is tehe best method to use DHTMl with Web forms and web server controls... thanks ...
Andrew Rayner via .NET 247 -
20 May 2005 9:00 PM - 2 messages
hi all, What I am attempting to do is at run time create a panel add a link button to it, and then I am trying to place it at a specific position on the webform. I am trying to do this to create a tree of panels on the form, but to do this I need to be able to set the position at run time being that new objects will be added when the webform is running. So far I have been able to create the panel set it's size (hieght and width) place the link inside and display it inside of a placeholder. But try as I might I can not figure out a way to place the label on the webform were I want it to be placed. Any help with this will be greatly appreacated. ...
MrMike -
20 May 2005 8:44 PM - 3 messages
I see this question raised often elsewhere, but I haven't yet found an answer. When a datagrid is sorted, referencing a specific row is a problem. In my applications I frequently use datagrids and I must tell my users "If ...
abcd -
20 May 2005 8:12 PM - 2 messages
I am using web server controls...when the error occurs I want to display it as an alert and after clicking ok to that alret dialog I want to set the focus to the incorrect value (text control in mycase) ...
daiski -
20 May 2005 4:36 PM - 3 messages
Hi. I have a form that is used to edit a row from SQL. The form textboxes are filled at page_load so that the user can see the data. User can make changes in the textboxes then click a button that uses SQL ...
abcd -
20 May 2005 3:49 PM - 4 messages
I am using Web Server controls on my page. I want to dispalay error message prompts and other dynamically font and color changes depending upon the user selection. I have set AutoPostBack = true for all controls like text, radio, dropDoenlist. So when ever the control is touched it fires an AutoPostBack ...
huseyin_akturk -
20 May 2005 9:44 AM - 2 messages
Hi, My OS is Win Xp Pro English. I am using a calendar in a web form. I
want to see the month names in Turkish not in English. I changed the
language as Turkish from regional options. But there is an interesting
event, while I am programming, the calendar's month names are in
Turkish, when I run the program its names are in English. How can I
solve this problem? Is it possible to see month's names in Turkish
while program is running?
--
huseyin_akturk
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Information -
20 May 2005 9:34 AM - 3 messages
Hi, I am trying to use my own calender control into datagrid but on clicking on it, i can not open that control. I am having date by choosing it from that control into input textbox. ...
matt.bailey -
19 May 2005 9:32 PM - 2 messages
Hello- I am failry new to asp.net but have been coding in general for a while. I have a datalist whos templates are built on the fly. In the Page_Init sub, based on a certain value, certain external controls are assigned as the ItemTemplate and the EditTemplate. ...
Amelyan -
19 May 2005 5:58 PM - 3 messages
If I have spaces in my Text property of Label, and I add it to TableCell, it wraps at spaces. E.g. Label lb = new Label(); lb.Text = "Hello, World!" TableCell cell = new TableCell(); cell.Controls.Add(lb); The resulting TableCell html render will look like this ...
Gilles Lambert -
19 May 2005 5:15 PM - 4 messages
Hi, I'm used to LinkButtons with CommandName property (Update, Delete, etc.) in a DataList to get the correspondind events, but it does'nt work with an ImageButton. The PostBack seems to appen, but the event handler is not called. So i'm sure it's possible to use other kind of butons than ...
Justin Rich -
19 May 2005 12:12 PM - 3 messages
My details view is in insert mode and my dataset is empty but the details view doesnt show.. not sure how to toss this at MS but i think they should code that if its in insert mode the empty dataset doesnt make it invisible.. ...
Pradeep be -
19 May 2005 7:17 AM - 4 messages
I am trying to implement a feautre where it would be easy if i could perform validations on 2 controls using a single validation control(can be a custome validation control) Can we have more than 1 'control to validate' for a single validation control. ...
eric.loos -
18 May 2005 11:57 PM - 2 messages
We are having some trouble with the UltraWebTab control with a RequiredFieldValidator on one of the page's template. A save button's click event won't fire on one page when another page is not valid. The RequiredFieldValidator is not on the page with the button that does not ...
Rajesh Abraham via DotNetMonster.com -
18 May 2005 7:55 AM - 3 messages
Hello Masters I have no idea about using Tab controls.so plese give me any related links or some ideas. Please help me cheears Rajesh ...
Kylin -
18 May 2005 7:39 AM - 2 messages
There is a String like this Win98,Win2K,Win2003,Linux,Unix and I want to bind this string to a checkboxlist control , how to do this ? ...
Amelyan -
18 May 2005 2:26 AM - 2 messages
I need some help to confirm my theory! I think I discovered something new for myself about behavior System.Web.UI.Page. THEORY: Every time I change control on my WebForm1 page that results in PostBack, it is handled by a new instance of WebForm1 class, i.e. a new ...
Martin -
17 May 2005 9:50 PM - 2 messages
Does anyway have a simple FAQ control or application ...
abcd -
17 May 2005 5:15 PM - 3 messages
I am using dropdownlist control I have entries like Aaa Bbb Ccc Ddd I am adding new record and I dont want to duplicate it....my record may be AAA or aaa or aAA or aaA How can I use Items.FindByText and search the case insensetive records for ...
DaVBGuy -
17 May 2005 5:14 PM - 3 messages
I've created a webform and I'm using a couple textboxes. When I browse the form in IE, the textboxes are sized the way I laid them out in my IDE...one being distinctly larger than the other. When I browse the form in Firefox, ...
UJ -
16 May 2005 5:54 PM - 3 messages
I have a 'delete' button that I need to prompt the user "Are you sure?" on my web page. It's easy in windows forms. How do you do it on web pages? TIA Jeff. ...
Eric -
16 May 2005 5:42 PM - 2 messages
Hi, I have two Select button columns on my datagrid control. What is the easiest solution to know which control has been pressed by the user. When I press any of the two controls, it goes directly to the ...
Carlos Kim via DotNetMonster.com -
16 May 2005 4:19 PM - 2 messages
Hi all I want to add 3 dropdown lists in my web form. They are Location, Pool, and Name, which are related each other depending on the selection of the former dropdown list.(Just adding 3 lists(Not related) is also fine) ...
Steven -
16 May 2005 4:04 PM - 2 messages
I have a real strange page built with framework 1.1 vb asp.net On this page I have a set of radio buttons. --------------- Protected WithEvents rbStandard As System.Web.UI.WebControls.RadioButton Protected WithEvents rbCustom As System.Web.UI.WebControls.RadioButton ...
Tim Farrell via DotNetMonster.com -
16 May 2005 2:20 PM - 5 messages
I have a 2 Repeaters in place on my WebForm. What I would like to do is be able to select a record on the first repeater (contained within a ASP:Panel) to reveal the details of the record in the ...
VV -
16 May 2005 7:25 AM - 2 messages
Hi, I'm looking for a book that explains creating custom web controls for asp.net form scratch (Inheritance from webcontrol or control namespace). I've tried so far with different books but they all start and finish pretty much the same. Bla bla what is asp.net, bla bla hallo world, bla bla inherit ...
pradeep maurya via .NET 247 -
15 May 2005 12:45 PM - 2 messages
(Type your message here) -------------------------------- From: pradeep maurya how can we retrieve images from sql server on datalist control or in html table or in table control of asp.net ----------------------- Posted by a user from .NET 247 ([link]) ...
Jun Mar via .NET 247 -
15 May 2005 12:35 PM - 2 messages
(Type your message here) i am a newbie in .net web applications. The server controls which i have put in the web forms does not display during execution. What is the problem? -------------------------------- From: Jun Mar Lemosnero ----------------------- Posted by a user from .NET 247 ([link]) ...
Eradj Khaidarov via .NET 247 -
15 May 2005 12:11 PM - 2 messages
I am using the MS treeview, recently I made some changes in effort to reduce number of times the page have to travel between client and a server. I have roughly around 700 nodes and everytime user checks a check box, page have to refresh, which is very irratating. I wrote javascript functions that will handle the selection and unselection of the nodes, it checks if node has any children and selects them all, and if the parent node is unchecked then it unchecks all the children nodes as well. For that I had to disable ViewState and AutoPostback of the treeview and now everytime I submit the form the nodes added at the runtime disappear. One more thing, I have root and four nodes predefined and I am adding some children nodes at runtime. Thank you very much in advance, any help with this issue would be appreciated! ...
malz malz via .NET 247 -
15 May 2005 12:01 PM - 2 messages
I try to make a framework in asp.net which will be able to manage some ascx components. I use a httphandler to render my webform, and fill it dynamically with ascx components (with loadcontrol). A "ascx components" is as ascx page and its "DLL codebehind". ...
Amar Kapadia -
15 May 2005 2:29 AM - 7 messages
hello: Apologies if I am posting in the wrong forum. If so, please direct me to the proper forum and I will repost. Here is my question: I am slowly learning ASP .NET programming and am now doing an exercise to ...
|
|||||||||||||||||||||||