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 / April 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Javascript errors on page while displaying SQL Reports in asp.net21 Apr 2006 00:50 GMT1
I get javascript errors on the page when I try to display SQL Report using
Report viewer in ASP.NET 2.0 (VS 2005). Even the images are not displayed.
Please advise.
Thanks.
Back button (.net) generated not working21 Apr 2006 00:50 GMT1
Somethinng odd is happening.  I have a form button and on page load, I add a
javascript "back" function to this button.  Like so:
btnCancel.Attributes.Add("onclick", "javascript:window.history.go(-1);")
<asp:Button ID="btnCancel" runat="server" Text="Cancel and go back." />
Caching button data21 Apr 2006 00:43 GMT8
Is there a way to cache button images in ASP .NET 2.0.
What I have are buttons on my site which have 3 different images for 3
states,
1) Normal
what the heck...20 Apr 2006 22:25 GMT4
I posted a question about atlas twice now and it never showed up, did anyone
see it? i posted one last night and one today
is it possible inputting characters from keyboard by codes.20 Apr 2006 22:11 GMT1
is it possible inputting characters from keyboard by codes.or can we use
assemly interrupts in asp.net to press keyboard buttons by code.
Using asp:HyperLink to open a new window20 Apr 2006 21:28 GMT9
I am using asp:HyperLink in a c# asp.net application to open a new window in
the following way:
<asp:HyperLink ID="lnkSiteName" runat="server" Text='<%#
DataBinder.Eval(Container, "DataItem.name") %>'
Cross Page Posting using public property on previous page20 Apr 2006 21:27 GMT2
Using Visual Studio.Net 2005, Asp.Net 2.0, and trying to use technique shown
in the Programming Asp.Net 3rd Edition by O'Reily, page 257.  
On the first page, this would become the previous page, I have 2 dropdowns.  
According to their technique, I should create a public property ...
Does Visual Express support Code Behind or Inline model only?20 Apr 2006 21:20 GMT1
Thanks!
Problem in UPDATE query in GridView20 Apr 2006 21:14 GMT1
I have a gridview:
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AllowSorting="True" AutoGenerateColumns="False" CellPadding="4"
DataSourceID="SqlDataSource1" ForeColor="#333333" GridLines="None"
Formview Question about Dates and Formatting20 Apr 2006 20:25 GMT2
I have a formview control in my project (VS2005/ASP.NET 2.0) and I have one
field that is a date. I have it formatting correctly as a short date
(MM/dd/yyyy) but when I click the edit link to edit the record, it is
showing the long date/time format. How do I force the thing to ...
Simple insert with SqlDataSource doesn't work - why?20 Apr 2006 20:19 GMT7
I want to insert values from the querystring but nothing happens with
this code (the sp works great from the Query Analyzer):
<form id="form1" runat="server">
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
Unable to serialize the session state20 Apr 2006 20:12 GMT6
I have an object I am unable to put in my session.  I have others that have
no problem.  The difference is the the one I am having problems with was
created in VS 2003. The others were created using DW and compiling using the
commandline and they work fine.
asp 2.0 Master Page and Page_Load20 Apr 2006 20:10 GMT1
I have a problem with getting my aspx-pages with a master page to
understand that I have written something in my controls in the
Page_Load-event of the content-page.
I have a simple page with a textbox and a button. I write something in
ASP.Net controls & AJAX20 Apr 2006 19:59 GMT13
I was wondering if anyone had experience using ajax with asp.net controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
Autopostback and onkeyup event issue20 Apr 2006 19:38 GMT3
The first text on my form is a numeric field.  I have a javascript that
runs on this field for onkeyup (validate the key strokes and modifies
fields on the screen) but when I do this and have the autopostback on,
the autopostback does not trigger.  The autopostback will trigger if I
 
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.