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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need help with code...25 Feb 2008 17:05 GMT10
I have a field called Office Code on my page.  It's not mandatory that
it be filled in but if it's not filled in I want 0000 to go into the
database.  How do I write this?  I attempted it below.
 Dim cmd As New Data.SqlClient.SqlCommand
Implementing IScriptControl in UserConttrol25 Feb 2008 16:53 GMT3
Is it possible to implement the IScriptControl in a UserControl?
I keep getting the following error: "Sys.ArgumentException: Value must not
be null for Controls and Behaviors. Parameter name: element"
I have no problems implementing it in a server control, but can't get it to
Display BLOB in crystalreportviewer25 Feb 2008 16:52 GMT1
I store images in my SQL 2005 database in a varbinary(max) field.
I want to display them in a Crystal Report. Within Crystal Reports,
when I put the field on the page and preview the report, it shows up.
Great.
Selecting a row in a gridview25 Feb 2008 16:38 GMT2
I have the SelectedValue of a gridview, how do I select the row based on
that information?
Are We Still Supposed to Use GridView?25 Feb 2008 16:37 GMT4
I'm just starting to get up to speed with ASP.NET. Based on what I've read,
I use the GridView control to display tables of data from a database. And,
using ObjectDataSource, I've found examples of how to implement efficient
paging in the GridView control.
[Help] Url rewriting and Images ref25 Feb 2008 16:29 GMT3
I wrote code to manage Urlrewriting in Application_BeginRequest:
if (!System.IO.File.Exists(Request.PhysicalPath))
{
   string sRequestedUrl = Request.Path;
"Access denied" when viewing my ajax asp.net web page in outlook 200325 Feb 2008 15:50 GMT3
When I create a folder in outlook and give it a homepage url to an
ajax
asp.net page I've developed, I get ajax errors on my page when viewed
in
String format25 Feb 2008 15:00 GMT16
1. This is my string
"The description of the problem ERIndia_Bharti / 2/19/2008 8:37:00 PM last
comment only ER_Kista / 2/19/2008 9:45:00 AM last comment only ER_Kista /
2/19/2008 9:45:59 AM last comment only ER_Kista / 2/19/2008 9:47:00 AM"
'Gridview1' fired event Sorting which wasn't handled25 Feb 2008 13:42 GMT11
I created a gridview bound to the roles tables with this code:
rolesArray = Roles.GetAllRoles()
Gridview1.DataSource = rolesArray
Gridview1.DataBind()
Simple beginner's question25 Feb 2008 12:00 GMT2
I'm a very experienced C++ developer but a relative newcomer to web
development and a raw neophyte in the ASP.NET arena. I have a very simple
scenario that hopefully someone can help me with. I have a 3rd-party HTML
form with a single (submit) button and a number of (static) ...
GridView Tips and Tricks using ASP.NET 2.025 Feb 2008 03:20 GMT2
Hello Friends,
For GridView Tips and Tricks using ASP.NET 2.0, visit:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=107
Delphi TDataModule like container24 Feb 2008 23:15 GMT1
Is it possible to create Delphi TDataModule like container in ASP.NET?
I would like to create class based on this container and use visual
mode to put SqlDataSource inside and set all queries. I don't want to
make it in code.
Expression Expected Error in Visual Web Developer 2008.NET whereas works fine in 2005.NET24 Feb 2008 21:24 GMT5
I have a line in a Javascript function as follows
<%=ServerSideVariable%>;
This works fine in 2005.NET
But in 2008.NET Visual Web Developer this gives as warning saying
ASP.net Redirect to Old ASP24 Feb 2008 20:51 GMT1
I have somewhat older ASP application that is running on a client's web
server and is in the process of being written as .net. However, in the
meantime, due to the authentication interface that the client has in place we
were forced to create one  ASP.net web page that interfaces ...
Printing from a web page.24 Feb 2008 18:38 GMT6
I have a page where somebody enters some information. On submitting the
page, I want to take the info, format it 'pretty' and print the page
automatically for the user.
Can anybody point me somewhere to look on how to do this?
 
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.