| Thread | Last Post | Replies |
|
| Get value from Cell B1 and C1 from Datagrid | 10 Jun 2008 11:33 GMT | 3 |
I'd like to display the values of cells B1 and C1 from a datagrid (i.e. the 2nd and 3rd columns of the first row) on another part of the aspx page in large text. This is because these are important sales figures. Is is possible to return each of those two values so I can include ...
|
| Style sheet (CSS) gallery for Visual Web Developer 2008 Express? | 10 Jun 2008 11:24 GMT | 3 |
Is there one or somewhere I can download a gallery of professionally designed templates?
|
| Datagrid header configuration | 10 Jun 2008 11:05 GMT | 2 |
How can I configure a Datagrid's header to display: Group Name <---Last 30 Days ---> <---Last 60 Days ---> Sales Returns Sales Returns
|
| ASPNET ~ doesn't really work all the time | 10 Jun 2008 10:58 GMT | 6 |
In Unix the ~ sign is used to refer to the home directory. And it is quite handy when used in Html pages where we can have it moved around when deploying in different server. However, this is not always working in IIS. Did I missed something?
|
| get first and last datavalue field entry of dropdown box | 10 Jun 2008 10:07 GMT | 3 |
probably an easy way to do this but in the code behind I could not see how to get the first and last data value field of a dropdown listbox. I have the data value field being populated with a table ID and the data text field being populated by a table field name. I also have an ...
|
| Adding editable div elements via javascript | 10 Jun 2008 09:17 GMT | 3 |
I had problems adding editable div elements into my page using javascript. I was able to add the div but its content is not editable. here's my code function addDiv(id) { form1.appendChild(document.createElement('br'));
|
| Configure a Datagrid's header? | 10 Jun 2008 08:54 GMT | 1 |
How can I configure a Datagrid's header to display: Group Name <---Last 30 Days --->| <---Last 60 Days --->| Sales Returns Sales Returns
|
| if it's NaN make it 0 | 10 Jun 2008 07:40 GMT | 10 |
hey all, ph_area_1_appraiserscore = isNaN(ph_area_1_appraiserscore)?0:ph_area_1_appraiserscore; is this the only way to say this?
|
| Command.Prepare method is throwing NullReferenceException error | 10 Jun 2008 07:32 GMT | 3 |
I am working on a project to migrate a web application from 1.1 to 2.0 Within in the DAL of the application, there is a call to below function that builds a command object for later use. Inside this function iam getting a runtime error when the command
|
| findcontrol in Listview ItemSeparatorTemplate | 10 Jun 2008 06:17 GMT | 5 |
What is the correct vb code to find the separator row in itemdatabound event, this does not find it? Dim rowSep As HtmlTableRow = e.Item.FindControl("NonBill") <ItemSeparatorTemplate>
|
| Using pre-processing directives in ASP.NET | 10 Jun 2008 04:09 GMT | 1 |
I'm trying to find away to conditionally compile sections of code in a web page using #define #undef. ( see http://msdn.microsoft.com/en-us/library/aa691094(VS.71).aspx) I can't seem to figure out where/how to do it in an ASPX file (non
|
| ActiveDirectoryMembershipProvider and SqlRoleProvider | 10 Jun 2008 03:57 GMT | 1 |
Can I use ActiveDirectoryMembershipProvider and SqlRoleProvider at the same time? I need to store the list of all my user/passwords in AD and users' roles in SQL Server. How is it possible?
|
| Question about MVC and MVP in ASP.NET | 10 Jun 2008 01:47 GMT | 1 |
When you create a web site in ASP.NET 2.0, just the stock stuff, no trying for a special design pattern, just clicking create web project in visual studio, is that default website any pattern? If I create, again just the defaults, a webpage, a DAL, and have that
|
| Is the membership and roles functionality the same in 3.x as 2.0? | 10 Jun 2008 00:48 GMT | 1 |
Hi, I was watching a little older video on membership and role management in ASP.NET 2.0. Is from Microsoft. I believe it is Scott Guthrie's. Anyway, is the role manager the same with 3.x as with 2.0? Everything done the same way? If I build as website in 2.0 with
|
| "Logging in" to a specific session with asp.net session provider | 10 Jun 2008 00:12 GMT | 4 |
I'm using a default, InProc ASP.NET session provider, ASP.NET 3.5. I want to use a nice flash file uploader. The problem with it is that it can't send cookies with the files, so I don't know on ASP.NET from which client the files are comming.
|