| Thread | Last Post | Replies |
|
| repeater question | 13 Jul 2005 17:25 GMT | 1 |
I want to set a unique id for each item in a repeater like this: <asp:repeater id=__theTabStrip runat="server" DataSource='<%# DataBinder.Eval(Container,"TabText") %>'> <ItemTemplate>
|
| Populate array from XML | 13 Jul 2005 16:10 GMT | 1 |
I have a two dimensional array. Is it possible to fill it with xml data? Thanks, Shawn
|
| Error Handling in Business Object Layer | 13 Jul 2005 16:10 GMT | 4 |
Does anyone have suggestions on how to best handle errors in business objects that are part of a business layer? For example: Public Class Person Private _name as string
|
| How can I let the user change the order of items in a repeater? | 13 Jul 2005 15:54 GMT | 4 |
I have a repeater showing a list of items and I would like to be able to allow the user to change the order of the items. I have absolutely no idea how to go about this, other than having a pair of Move Up/Down buttons, which would result in a postback for every single move. This ...
|
| Error when data binding to repeater "... is not a valid value for Boolean" | 13 Jul 2005 15:48 GMT | 6 |
I am data binding a repeater that has a checkbox in the ItemTemplate. The data value coming out of the database is a char(1) field containing either "y" or "n". I want to use this value to set/unset the checkbox. I tried the following in the ItemTemplate...
|
| client side processing of an image, | 13 Jul 2005 15:36 GMT | 1 |
I want to be able to stream an image down to a client and allow the user to work with that image. Being able to zoom in/our and view different parts of the image is important. Is there any way to allow the user to work with the image, in case it was large or a panaramic view(360 ...
|
| Refresh Problem. | 13 Jul 2005 15:34 GMT | 1 |
In a Asp.net application i am doing an operation(Say clicking a button). Then if I refresh the page by hitting F5 that event will be fired again. How can i avoid this? Regards,
|
| Q: fetch identity field | 13 Jul 2005 15:25 GMT | 3 |
Let say myTable has two fields: ID and Name. ID is an identity field and increased sequentially by 1 each time a record is entered into table. dr["Name"]=”MayName”; dataSet11.Tables[myTable].Rows.Add(dr);
|
| How to connect ASP.Net to access database | 13 Jul 2005 15:20 GMT | 2 |
I've tried to use the Data Wizard to connect to the Northwind sample database in Office. I can preview the data in the data adapter, but when I run the ASP page I get this error.... The Microsoft Jet database engine cannot open the file 'C:\Program Files\Microsoft ...
|
| Design Question | 13 Jul 2005 15:18 GMT | 4 |
Ok I was reading an old ASP 3.0 Book and I noticed that when designing web applications. Everything that us windows form and vb programmers would do was to put all functions relating to a certain area in one form. Like for example I would have an employee timesheet that in a ...
|
| Skin and custom controls (ASP 2.0) | 13 Jul 2005 15:16 GMT | 7 |
I'm trying to define a skin for a custom control. I can't see how to do it... My custom control inherits from a TextBox but it doesn't recognize the skinID defined for asp:TextBox.
|
| what does this really do? | 13 Jul 2005 15:16 GMT | 3 |
hey all, i was wondering what the true/false really does in the response.redirect("default.aspx", false)? thanks,
|
| Problem with the Smart Navigation | 13 Jul 2005 15:16 GMT | 2 |
I my project i am using Java Script menu ( Drop down menus ) and i enabled the SmartNavigation functionality in the aspx pages and because of that drop down menu's are getting disabled. the scenario: on page load menus will work properly but where as if there is
|
| security issue with windows control in aspx | 13 Jul 2005 14:56 GMT | 4 |
I have a windows control I embed onto an aspx page which is grabbing a dataset from the client and sending it to the server through a webservice. This works fine in a windows app. However when i put the aspx on a
|
| insert valeur null datetime | 13 Jul 2005 14:27 GMT | 1 |
Bonjour, Au secours aidez moi, Comment inserter une valeur nul dans un champs datetime j'ai essayé mais l'application converti automatiquement le vide en
|