Click here to Skip to main content
15,890,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionChanging MSHFlexGrid so it doesn't select the first non-fixed row when clicking in a fixed row Pin
Barry True5-Mar-07 13:50
Barry True5-Mar-07 13:50 
QuestionUNC path to the application problem Pin
alexfromto5-Mar-07 12:03
alexfromto5-Mar-07 12:03 
AnswerRe: UNC path to the application problem Pin
Dave Kreskowiak6-Mar-07 2:30
mveDave Kreskowiak6-Mar-07 2:30 
GeneralRe: UNC path to the application problem Pin
alexfromto6-Mar-07 3:00
alexfromto6-Mar-07 3:00 
Questionlistview image change exsiting Pin
FeRtoll5-Mar-07 11:37
FeRtoll5-Mar-07 11:37 
AnswerRe: listview image change exsiting Pin
FeRtoll5-Mar-07 20:30
FeRtoll5-Mar-07 20:30 
GeneralRe: listview image change exsiting Pin
jack_claudine5-Mar-07 22:06
jack_claudine5-Mar-07 22:06 
QuestionCreating "virtual pages" Pin
grantg5-Mar-07 9:57
grantg5-Mar-07 9:57 
This has to be a problem that's been solved a million times.

I need my website to create pages on the fly from a database.

Because I want Google to like my site, I don't want to use arguments: www.sitename.com\thePage?Arg1&arg2

So if you will imagine that I have a link to a page that looks like: www.sitename.com\page_arg1_arg2.aspx...

The two options that I've tried are

1. Use 404 error trapping - but I get the error message in the browser which is ugly and probably disdained by Google.

2. Use virtualPathProvider, and virtualfile. I like this solution, but I can't get it to work. Specifically, the virtualfile.getfile call is never accessed for the aspx. It is only acccessed after an aspx file is interpreted (say for a jpg).

To complicate this further, I'd like to use an existing page, but pass it arguements. I'm supposing that I would have a line of code like this:

new LikeThisPage(arg1,arg2)<br />


, then somehow used an htmltextwriter to render it to a stream.

Any ideas?

Thanks,
rant

Everyone else's job looks easy

AnswerRe: Creating "virtual pages" Pin
Dave Kreskowiak5-Mar-07 14:00
mveDave Kreskowiak5-Mar-07 14:00 
Questionvb.net class Pin
Lorenzo5-Mar-07 9:55
Lorenzo5-Mar-07 9:55 
AnswerRe: vb.net class Pin
Colin Angus Mackay5-Mar-07 13:58
Colin Angus Mackay5-Mar-07 13:58 
GeneralRe: vb.net class Pin
Colin Angus Mackay5-Mar-07 20:29
Colin Angus Mackay5-Mar-07 20:29 
Questionreading from a multiline textbox Pin
irfan_mohsin5-Mar-07 9:03
irfan_mohsin5-Mar-07 9:03 
AnswerRe: reading from a multiline textbox Pin
Marcus J. Smith5-Mar-07 9:19
professionalMarcus J. Smith5-Mar-07 9:19 
GeneralRe: reading from a multiline textbox Pin
irfan_mohsin5-Mar-07 11:35
irfan_mohsin5-Mar-07 11:35 
QuestionAutomated Program for getting downloadable files Pin
rucadulu5-Mar-07 8:52
rucadulu5-Mar-07 8:52 
AnswerRe: Automated Program for getting downloadable files Pin
nlarson115-Mar-07 9:35
nlarson115-Mar-07 9:35 
GeneralRe: Automated Program for getting downloadable files Pin
rucadulu5-Mar-07 12:57
rucadulu5-Mar-07 12:57 
GeneralRe: Automated Program for getting downloadable files Pin
nlarson116-Mar-07 3:34
nlarson116-Mar-07 3:34 
AnswerRe: Automated Program for getting downloadable files Pin
Carmine_XX7-Mar-07 4:33
Carmine_XX7-Mar-07 4:33 
QuestionInserting a WAV into a VB.NET 2005 prog Pin
harveyhanson5-Mar-07 8:08
harveyhanson5-Mar-07 8:08 
AnswerRe: Inserting a WAV into a VB.NET 2005 prog Pin
nlarson115-Mar-07 9:36
nlarson115-Mar-07 9:36 
GeneralRe: Inserting a WAV into a VB.NET 2005 prog Pin
harveyhanson5-Mar-07 9:48
harveyhanson5-Mar-07 9:48 
GeneralRe: Inserting a WAV into a VB.NET 2005 prog Pin
nlarson115-Mar-07 9:58
nlarson115-Mar-07 9:58 
GeneralRe: Inserting a WAV into a VB.NET 2005 prog Pin
harveyhanson5-Mar-07 11:09
harveyhanson5-Mar-07 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.