|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Arun -
7 May 2005 1:39 PM - 3 messages
Hi , I have doubt regarding disabling Hyerlink in Datagrid. For some cases I don't want to show Hyperlink and some cases I want to show the Hyperlink Column. I don't want to hide the entire Column. -thanks Arun ...
Jasmine -
7 May 2005 10:08 AM - 2 messages
hi all, In my code I dynamically create web controls. My problem is newCheckBoxList = new CheckBoxList(); newCheckBoxList.EnableViewState = true; newCheckBoxList.AutoPostBack = true; newCheckBoxList.SelectedIndexChanged += new System.EventHandler(Checked_Changed); When I create a dynamic checkboxlist like that, I handle the selected index ...
neo00 -
7 May 2005 3:16 AM - 2 messages
Hi, I have got a webform. I want to get the current size of the user window
such as 19", 17" or 15". Later on, I want to resize my webform's window
size respect to user's window's size. Then I want to make false the
enable state of resize icon of the webform. How can I do this
operation? ...
ruca -
6 May 2005 2:53 PM - 2 messages
Hi, Can anyone tell me how can I format a textbox with this format: "HH:mm:ss"???? I want that the user when writing text, that javacscript format to time. Like OnKeyPress event and format at same time user writes. ...
Dabbler -
6 May 2005 2:35 PM - 7 messages
My dropdown list with autopostback set to true is returning to the application but my even handler for selectedIndexChanged isn't firing. in InitializeComponent I have: AddHandler Me.BrandSearch.SelectedIndexChanged, New EventHandler(AddressOf Me.BrandSearch_SelectedIndexChanged) in the handler I have: ...
Manuel -
6 May 2005 1:08 PM - 2 messages
Hi all, I have a dropdownlist with postback set to true because I need to use the selecteditemchange event. However, each time I select one item from the list, my page opens again. If i select 10 times from my original page, finally I have 11 pages (my original ...
xianxian chan -
6 May 2005 7:06 AM - 3 messages
Hi everyone, what is the syntax for NULL if u guys know of any.. Cache.Add("ProductsTable", s, null, DateTime.Now.AddSeconds(60), TimeSpan.Zero, CacheItemPriority.High, null) i tried writing the code like this but when i put my mouse pointer over ...
biru -
5 May 2005 10:03 PM - 3 messages
I have a page that allows the user to do a search and the page would basically display the search result at the bottom of the page when the user hits "Search". The result is shown in a datagrid that has columns ...
Tim Farrell via DotNetMonster.com -
5 May 2005 7:45 PM - 4 messages
Firstly, I am somewhat new to this so I am sure the fault is based on my inexperience. I have a repeater control in which I display record summaries from a database. Within the repeater control is a linkbutton control that I am ...
Jim -
5 May 2005 6:53 PM - 3 messages
Greetings, A little about my situation(fairly simple)...I have an ASP.NET page containing a number of TextBox controls with a button named "Update" which saves all entered values back to the database. When the page is loaded the controls contain the original values retrieved from the ...
Nevets Steprock -
5 May 2005 3:44 PM - 4 messages
I have a webpage that prints nicely when the layout is switched from portrait to landscape. Many of my site users have mistakenly printed it without making the change to their settings and end up with a cropped printout. I have researched this and have been told by many people that this ...
pachuts -
5 May 2005 5:48 AM - 4 messages
1.iN ASP.NET how to do autosizing of the image, so that image will be displayed as it is with out being squished. 1.In ASP.net While for browsing for images, i just just want to restrict the ...
Rob R. Ainscough -
4 May 2005 11:56 PM - 3 messages
I'm have some serious issues during design time using web forms with panels on them and a table contained within the panel -- I'm using flowlayout as I don't want GridLayout since CSS is not available to all browsers. My ...
Joe via DotNetMonster.com -
4 May 2005 6:25 PM - 3 messages
Hi, I need to check to see if a column in a repeater or datagrid control is empty. I tried this but got the error that expression is expected: <%If # DataBinder.Eval(Container.DataItem, "linkURL1") ="" %> <a href="javascript:openWindow('<%# DataBinder.Eval(Container.DataItem, ...
Scamps -
4 May 2005 5:16 PM - 3 messages
I'm struggling real bad. I have created a WUC with a calandar object in it (Cal.ascx). I have a second WUC with a DataGrid in it (Events.ascx). I want to select a date in the Calendar WUC, and use the selection event to ...
Josema -
4 May 2005 3:10 PM - 2 messages
Hi, I have a DataGrid that its filled from a DataTable. this datagrid has autogeneratecolumns=true cause this datatable could have different number of columns. My problem its that: I need that the first column be a link button column. ...
Ashok -
4 May 2005 2:42 PM - 3 messages
Hi All, I have a datagrid and it is inside a multi page control. When i have lot of rows i am getting a scrollbar to scroll though the rows. The problem is, i want the heading of the data grid non-scrollable, ...
Mike Owen -
4 May 2005 2:24 PM - 5 messages
I have a DropDownList box that I assign values from as follows: drpColor.DataSource = myVariancecolor drpColor.DataBind() ...
Dylan Mines -
4 May 2005 2:10 PM - 4 messages
Hi I'm having an absolute nightmare with this problem. I have a dropdown list of values that are pulled from my SQL database. I simply want to select an item and write it to another table when the user ...
Trond -
4 May 2005 11:58 AM - 2 messages
I have an ASP.NET page that is displaying data from a dataset in a datagrid. All columns are bound. In code behind file i use ItemDataBound event to do some formatting of some off the columns. Insted of changing the ...
rabii -
4 May 2005 8:44 AM - 5 messages
Hello, Is there any way to render/execute my custom webcontrol in server side then get the result (html) into string ? ...
soh chau hi via DotNetMonster.com -
4 May 2005 8:28 AM - 2 messages
Hi. Is there a way to have a header span 2 columns in a .NET windows form DataGrid control? ...
jijis -
4 May 2005 4:28 AM - 2 messages
I want to ask how can I make a template like using the one in dreamweaver? I want to update the design consistently, so I want to use a template ...
Kent P. Iler -
4 May 2005 4:22 AM - 4 messages
Hi, I am showing/hiding a variety of panels that have different text boxes via code-behind functions. Depending on the condition, I would like to have the focus be set on a specific text box. However, all examples I've seen do ...
TWEB -
3 May 2005 2:09 PM - 5 messages
Hi there, I'm using VS2003. I have a hidden control: <input id="hdnABC" type="hidden" runat="server" value="-1"> This control is defined on my codebehind class as: protected System.Web.UI.HtmlControls.HtmlInputHidden hdnABC; This hidden element is manipulated by Javascript on the client. For the ...
Asp Hunter via DotNetMonster.com -
3 May 2005 10:20 AM - 7 messages
Hello Everyone, I am using the CreateUserWizard Control of ASP.NET 2.0 for user registration, but i need some more fields, i found that this can be done by adding a new step in the control, but i havn't found the way to use that ...
t@t -
3 May 2005 9:02 AM - 5 messages
Hello, I have 2 applications, communicating with web-services. One application is an ASP.NET application. This is sometimes updated with some data by the other application by means of a web-service. The ASPX page of this ASP.NET application should always display the actual ...
So -
3 May 2005 8:14 AM - 3 messages
HOWTO: Bring that row (in a grid) back into focus, on which a hyperlink was clicked to navigate to Detail page. Hi everybody, There is a grid control on page with a hyperlink column. On clicking on of the hyperlinks a details page is shown. The details page has a Back or ...
RMQ -
3 May 2005 8:12 AM - 2 messages
Hello, Does anyone encountered this error in Windows 2003 Server? Parser Error Message: Could not load type Microsoft.Web.UI.WebControls.Design.CssCollectionEditor from assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Any suggestion on how to solve this problem? ...
Laser Lu -
3 May 2005 12:25 AM - 17 messages
Hello, All, I just want to know that generally how to get the HtmlForm element in an ASP.NET Page? Can anybody help? Please:) Best regards, Laser Lu. ...
TCORDON -
2 May 2005 7:12 PM - 4 messages
How can I restric a multirow textbox's text length, Max Length doesn't seem to really do anything. I want the user to not be able to type, say more that 300 chars. TIA! ...
antonio.echalecu -
2 May 2005 8:53 AM - 3 messages
Hello!! I have a listbox with all countries. I select several and save to database. I want to get these countries from the database and select several listbox countries according countries I get from the database. Is this posible? I can select several of them, and click the save ...
Andreas Zita -
1 May 2005 10:12 AM - 2 messages
I'm looking for a way of doing a advanced custom control (timeline data visualization) with custom dynamic 2D-graphics based on data input and user interaction. I would prefer if the same control could be used in winforms as ...
Alex Nitulescu -
1 May 2005 2:15 AM - 2 messages
Hi. I have kind of a 'file manager' on my website. It also allows for changing some text files (for administrative purposes). My question is this - is it possible to detect the changes in a text box and react accordingly ? Text_changed works only on posting back to the server. I would ...
|
|||||||||||||||||||||||