Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / June 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get value from Cell B1 and C1 from Datagrid10 Jun 2008 11:33 GMT3
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 GMT3
Is there one or somewhere I can download a gallery of professionally
designed templates?
Datagrid header configuration10 Jun 2008 11:05 GMT2
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 time10 Jun 2008 10:58 GMT6
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 box10 Jun 2008 10:07 GMT3
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 javascript10 Jun 2008 09:17 GMT3
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 GMT1
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 010 Jun 2008 07:40 GMT10
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 error10 Jun 2008 07:32 GMT3
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 ItemSeparatorTemplate10 Jun 2008 06:17 GMT5
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.NET10 Jun 2008 04:09 GMT1
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 SqlRoleProvider10 Jun 2008 03:57 GMT1
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.NET10 Jun 2008 01:47 GMT1
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 GMT1
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 provider10 Jun 2008 00:12 GMT4
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.