| Thread | Last Post | Replies |
|
| HyperLink | 04 Oct 2004 12:47 GMT | 5 |
Hi! I've a Hyperlink and I want to give him a dinamic url... how can I do? In another point of my application I used <asp:HyperLink runat="server" NavigateUrl='<% #GetLinkUrl(DataBinder.Eval(Container.DataItem, "item")) %>'/>
|
| Translate calendar control | 04 Oct 2004 08:04 GMT | 2 |
It's possible to translate the month and days in the calendar control ? How can I reach the TEXT proportie of the month and days in this control ? Any idea ?
|
| UserControl to another UserControl | 03 Oct 2004 22:56 GMT | 1 |
I want to select a ROw in a DAtagrid and place the result in another UserControl. I can select the result from the datagrid but i can´t place the result in the another UserControl. I want to use FindContol Stefan Ljungstedt
|
| Use of a Repeater control in tricky situation | 03 Oct 2004 21:52 GMT | 1 |
I have the following situation : let's say I have 2 tables : Orders , Customers ( the classic simple case , eh ?) Orders has a field CustomerId - which is of course a FK to ID field in
|
| Updating Viewstate | 02 Oct 2004 17:54 GMT | 1 |
I use Javascript to add options to a dropdown list on the client; on postback viewstate does not know about these newly added options. How can I update viewstate on postback, before the object is accessed in code.
|
| HowTo Use RegularExprValidator and DataList | 02 Oct 2004 17:51 GMT | 1 |
I have a datalist of parameters that I need to validate. Each parameter (row) can represent a different data type. Some are dates, some are patterns as \d{2}[-]\d{2}. All are kept in the same table as varchar columns. How I would like to do is to add a new column to this table ...
|
| Permissions problem with localhost | 02 Oct 2004 15:07 GMT | 1 |
I have a strange problem with referring to URLS or any embedded user controls that are referenced using http://localhost... from my web application on my computer. If my web application attempts to load an embedded control via the URL name
|
| Displaying a DataTable within a DataGrid cell ASP.NET | 01 Oct 2004 20:59 GMT | 2 |
I have an ASP.NET application simply displaying a DataGrid control on a form. Within some of the DataGrid cells I display multiple records within that cell based on an SQL query that loops through some table records. Unfortunately I can't format those records to be on there own ...
|
| Giving Active X Component Permissions | 01 Oct 2004 19:44 GMT | 1 |
Server OS: Windows 2000 Server SP4 IIS: 5.0 Component Language: Visual Basic 6.0 Hey folks quick question hopefully be a quick answer too... I built an
|
| Datagrid + Datareader + Paging | 01 Oct 2004 19:18 GMT | 2 |
This code works if I don't use paging, but then I get a mile long page. As soon as I put in paging it throws the error: AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID dgWebLog when AllowPaging is set to true and the selected
|
| UserControl not responding to button clicks and other events | 01 Oct 2004 17:14 GMT | 5 |
I've got a WebForm (WebForm1.aspx), to which I've added a PlaceHolder (ph1). I'm programmatically adding a UserControl (MGUserControl.ascx) to it, using LoadControl(). The control displays correctly, but if I try and click on any of the buttons within the control, the events
|
| Deployment of WebService | 01 Oct 2004 15:21 GMT | 2 |
I have a asp.net application that uses a webService. I have made a webService as a undependent project and than added the webRefernece in MyApplication. When I was debugging it was working just fine. But now I want to deploy it to the server and I get the error that the ... ...
|
| Setting SelectedDate in <asp:calendar | 01 Oct 2004 13:43 GMT | 3 |
I'm trying to set the SelectedDate on an <asp:calendar tag to show the existing value of a date in a field retrieved from a database and put into edit mode in a datagrid. I've already got a TextBox tag in this datagrid cell that gets assigned (and
|
| When/Should we use CssClass property or Style property? | 01 Oct 2004 08:38 GMT | 2 |
Been doing ASP.NET steadily for a couple of months now, building server controls -- but I am still looking at a couple of design philosophies of the framework with...concerns.... The main one being the way controls are styled up -- and I would really
|
| CheckBoxList | 01 Oct 2004 03:01 GMT | 1 |
Hi all! I'm new on this newsgroup... I'm Italian, so don't be angry if mY english isn't perfect! :D Is it possible to associate a color to a ListItem in a CheckBoxList? Thanks all
|