| Thread | Last Post | Replies |
|
| How to use DataFormatString? | 14 May 2008 23:14 GMT | 4 |
Hi, can you help me how to display R$ 2,80 on the GridView BoundField? The data comes from a DataBase, but it shows me: 2,8000 I want to display R$2,80 wich is the currency of my country! What is the DataFormatString property of the column?
|
| Handling reoccurance appts in Scheduling application | 14 May 2008 22:15 GMT | 4 |
I'm designing my db for a online Scheduling web application. How do you suggest I handle reoccuring events? In my appointments table should I just add 1 record for EACH time the appointment will appear (and link all "related" appts with a key field)? Or
|
| Freeing Dynamic Arrays | 14 May 2008 21:18 GMT | 1 |
Do you have to manually release memory allocated by creating a dynamic array using ReDim? In other words, if I have the following code: ReDim Test(1000) For i = 0 To 1000
|
| Composite Control with DataList setting Template / Property | 14 May 2008 20:57 GMT | 1 |
I have a composite control (lets call it the parent) that contains a datalist. The datalist has an ItemTemplate that contains another composite control (lets call it the child). I am trying to create a property at the parent control that sets a property in the child
|
| httputility.urlencode(doc.outerxml) as a http post | 14 May 2008 20:06 GMT | 1 |
I'm not sure whether I should send this as a new message or use the one I've been using but... I'm using vb.net 2.0 - My problem is I need to send
|
| what control to use | 14 May 2008 17:59 GMT | 3 |
Hi I am familiar with datagrids in vs2003 but not familiar with 2005 (which I am now using.) I need to display a grid of some type with rows when a webpage loads with 5 columns. One column will be a row count, two columns will be text boxes for data entry and two columns will ...
|
| Accessing javascript-generated textboxes with ASP.NET | 14 May 2008 16:12 GMT | 2 |
I'm designing a form where the user can decide how many options for a poll he wants to add. There's a "+" button to dynamically add textboxes with javascript, without a postback. How do I access these newly generated <input type="text" id="..." />
|
| Linq May CTP 2006 | 14 May 2008 16:06 GMT | 2 |
I apologize for posting Linq questions here. I wanted to try to work with Linq and found a Linq (May 2006) CTP that can be used with .NET 2005. when I run the msi, i get this message: "A modified language service has been created to enhance the LINQ editing
|
| ASP.NET AJAX | 14 May 2008 16:01 GMT | 1 |
I am new to AJAX and was trying to do the following. I want to update one dropdownlist based on the selection in the other dropdownlist. I want it to postback partially. My code looks as follows:
|
| Can't use some javascript from a .js file... | 14 May 2008 15:13 GMT | 9 |
OK, I've narrowed down the problem. This works when in the aspx page <script type="text/javascript" > function btnFirst_Click() {
|
| always the same text in a textBox in a Gridview | 14 May 2008 13:24 GMT | 1 |
I'll try to explain me in english.... sorry for my results. I'm trying to use a gridview update function. (C#) These are my first experiments in asp.net I'have this TemplateField
|
| Clicking Gridview cell | 14 May 2008 11:55 GMT | 3 |
Hi, I have a Gridview which contains data derived from DB table within each cell. The cells are created using ItemTemplate containing Labels used for displaying the data. What I would like to know is if there is a way to be
|
| Redirecting a WebService | 14 May 2008 10:53 GMT | 1 |
We have a WebService on a server that uses a public IP and a special port number. Is there an easy way to access the IP using a redirection from a domain name that is hosted on a different server? For example, we are currently accessing the web service using
|
| Anyone use RadControls or Devexpress 3rd party controls? | 14 May 2008 10:08 GMT | 6 |
Im thinking about purchasing the RadControls for ASP.NET AJAX, by Telerik. Any advice, suggestions, or opinions? What has been your experience? Link: http://www.telerik.com/products/aspnet-ajax/overview.aspx The same goes for Devexpress. I'm thinking of purchasing their
|
| User.Identity.Name or Profile.UserName? | 14 May 2008 10:03 GMT | 2 |
User.Identity.Name or Profile.UserName? whats the difference and which am I suppose to use? best regards
|