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
jQuery?02 Jun 2008 12:52 GMT1
http://jquery.com/
Is it good? Do you know? Any alternatives?
Any suggestions?
Thanks!
allowDefinition=MachineToApplication and errors switching to VS2008 Express02 Jun 2008 12:46 GMT5
We have a  project working well today and it's developed
on VS2005. Since we're planing to switch to VS2008 in a
soon future, i've been trying to move the project to
VS2008 Express (Web Developer).
Passing values to sql datasource02 Jun 2008 12:43 GMT2
I am trying to pass the asp.net membership username to the sqldatasource of
a gridview as below;
<asp:SqlDataSource ID="EventsSqlDataSource" runat="server"
ConnectionString="<%$ ConnectionStrings:MyConnStr %>" SelectCommand="SELECT
Button event not firing02 Jun 2008 12:24 GMT3
I have a Web User Control that parses an XML file and renders a Form
based on the XML.
The problem is that I create a button on the bottom of the form that
will fire off a subscribeable event, but somehow the button never seem
Relative url returned in hyperlink field02 Jun 2008 11:49 GMT4
In a bound grid view I have the following hyperlink field;
                    <asp:HyperLinkField
                         DataNavigateUrlFields="FldDirections"
                         DataNavigateUrlFormatString="{0}"
Hyperlink field in grid view02 Jun 2008 11:44 GMT1
I have a grid view bound to an SqlDataSource. One of the fields in grid view
is a hyperlink field. How can I set the hyperlink field's navigationurl to
the value of a field coming form the underlying  SqlDataSource?
Thanks
silverlight02 Jun 2008 11:09 GMT2
Is there a news group with a focus on silverlight possibly used in
conjunction with asp.net
netnatter
Access control on a page from inside an external class02 Jun 2008 11:08 GMT7
I have a class I am creating for data access. I need to access controls from
inside the class that are on a particular page. How do I do this? or is
creating an instance of the page class and using FindControl the only way to
do it?
GridView02 Jun 2008 10:53 GMT17
Consider a gridview that's being bound to a ObjectDataSource that uses
an adapter to handle data access logic.
1. How am I supposed to have a RowIndex column *without* modifying the
Entity class?
POLL: Who is using VS2008 SP1?02 Jun 2008 09:54 GMT3
Brief poll:  Who is using SP1 beta of VS2008?  If so, is it worth taking the
leap and installing it?
Thanks!
Error approving membership user02 Jun 2008 08:05 GMT2
I am trying to approve a user as below;
Dim User As MembershipUser
User = Membership.GetUser("MyUsername")
User.IsApproved = False
Cache-control and Expires headers02 Jun 2008 08:02 GMT6
In my application, I'm using a wildcard mapping so that all requests go via
ASP.NET. Then I'm using an HttpModule to look at all the requests and do some
URL rewriting. Some of the requests then also pass thru custom HttpHandlers,
based on extension.
Authorization Confusion02 Jun 2008 05:45 GMT3
I have a subfolder on my Website that contains images. It also contains the
web.config file shown below.
When I access the site, I get the Login page as expected. But if I type in
the URL of an image in the folder that contains images, the image is
ht write from remote in memory to local file01 Jun 2008 18:20 GMT2
I am trying to save email attachments, that are in memory on a remote
computer, to a file on my local computer.
.txt attachments are strings, everything else is byte[].
Thank you for any help.
Opening connection to db01 Jun 2008 18:18 GMT2
I have the following connection info in my web.config file;
 <connectionStrings>
   <add
  providerName="System.Data.SqlClient" connectionString="Data
 
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.