Showing results 1 to 9 of 9
Search took 0.00 seconds.
Posts Made By: InstantASP Ltd
Forum: ASP.NET Mar 15th, 2005
Replies: 3
Views: 3,876
Posted By InstantASP Ltd
Re: How can I get a .Net programmer job?

Where you based John? I'm looking for someone to help me locally in the UK / NW.
Forum: ASP Sep 10th, 2004
Replies: 5
Views: 3,397
Posted By InstantASP Ltd
Re: Please Help With Hyperlinks

Sorry Correction...

fname = "<a href=http://downloads.com/myfiles/" & fileItem.Name & ">" & fileItem.Name & "</a>
Forum: ASP Sep 10th, 2004
Replies: 5
Views: 3,397
Posted By InstantASP Ltd
Re: Please Help With Hyperlinks

Could you not just modify...

fname = fileItem.Name

To read

fname = "<a href=http://downloads.com/myfiles/>" & fileItem.Name & "</a>

This won't work if you have sub directories ;)
Forum: ASP.NET Sep 10th, 2004
Replies: 4
Views: 27,929
Posted By InstantASP Ltd
Re: DataGrid with Images

Set the Image.ImageURL property for your image control from the database field in the itemdatabound event of the datagrid :) Sorry it's a little brief much rush :)
Forum: ASP.NET Sep 10th, 2004
Replies: 2
Views: 2,479
Posted By InstantASP Ltd
Re: Application State question

Use the HttpContext class - System.Web.HttpContext.Current :)
Forum: ASP.NET Sep 10th, 2004
Replies: 1
Views: 1,734
Posted By InstantASP Ltd
Re: Need Help!!!

I'm not quite sure i follow is this what your looking for ?

Dim sb As New System.Text.StringBuilder

While myDataReader.Read
sb.append("<a...
Forum: ASP.NET Sep 10th, 2004
Replies: 5
Views: 10,067
Posted By InstantASP Ltd
Re: Photo Gallery Control

Another Alternative :)

http://www.ngallery.org/
Forum: ASP.NET Sep 10th, 2004
Replies: 2
Views: 2,481
Posted By InstantASP Ltd
Re: .NET challenged... at least that's what my therapist said.

There are a number of community startkits available at

http://www.asp.net/Default.aspx?tabindex=6&tabid=41

These all demonstrate the basic concepts. With regards to creating PDF's a great free...
Forum: ASP.NET Sep 10th, 2004
Replies: 2
Views: 4,547
Posted By InstantASP Ltd
Re: Session_Start fires twice!!

You may wish to check the AutoEventWireUp setting. This can often cause pages to fire events twice. Try changing it from true to false or visa versa within the global.asax page directive. Does this...
Showing results 1 to 9 of 9

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:25 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC