Click here to Skip to main content
15,911,711 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhat is the bestway to fill a grid if one lakh record is there in database Pin
anujose29-Mar-07 20:34
anujose29-Mar-07 20:34 
AnswerRe: what is the bestway to fill a grid if one lakh record is there in database Pin
_AK_29-Mar-07 21:07
_AK_29-Mar-07 21:07 
AnswerRe: what is the bestway to fill a grid if one lakh record is there in database Pin
Kunal P29-Mar-07 21:26
Kunal P29-Mar-07 21:26 
AnswerRe: what is the bestway to fill a grid if one lakh record is there in database Pin
MinhajuddinK30-Mar-07 7:52
MinhajuddinK30-Mar-07 7:52 
Questioncall child page jscript function from parent page in ASP Pin
RK_Tamil29-Mar-07 20:33
RK_Tamil29-Mar-07 20:33 
Questionsession VS query string Pin
firestoper29-Mar-07 20:26
firestoper29-Mar-07 20:26 
AnswerRe: session VS query string Pin
Suave_Shiva29-Mar-07 21:22
Suave_Shiva29-Mar-07 21:22 
AnswerRe: session VS query string Pin
_AK_29-Mar-07 21:46
_AK_29-Mar-07 21:46 
AnswerRe: session VS query string Pin
MinhajuddinK30-Mar-07 7:49
MinhajuddinK30-Mar-07 7:49 
QuestionHow to display a TabStrip control in two lines or rows Pin
shareknk29-Mar-07 20:10
shareknk29-Mar-07 20:10 
AnswerRe: How to display a TabStrip control in two lines or rows Pin
Kunal P29-Mar-07 21:27
Kunal P29-Mar-07 21:27 
QuestionHow to display a TabStrip control in two lines or rows Pin
shareknk29-Mar-07 20:10
shareknk29-Mar-07 20:10 
QuestionAdd Rows in Dynamic Pin
vnsp29-Mar-07 20:07
vnsp29-Mar-07 20:07 
GeneralRe: Add Rows in Dynamic Pin
Kunal P29-Mar-07 21:31
Kunal P29-Mar-07 21:31 
GeneralRe: Add Rows in Dynamic Pin
vnsp30-Mar-07 0:13
vnsp30-Mar-07 0:13 
AnswerRe: Add Rows in Dynamic Pin
_AK_29-Mar-07 21:45
_AK_29-Mar-07 21:45 
GeneralRe: Add Rows in Dynamic Pin
vnsp30-Mar-07 0:16
vnsp30-Mar-07 0:16 
GeneralRe: Add Rows in Dynamic Pin
_AK_30-Mar-07 0:24
_AK_30-Mar-07 0:24 
Questionregarding authentication in ASP 2.0 Pin
Imthu29-Mar-07 19:24
Imthu29-Mar-07 19:24 
AnswerRe: regarding authentication in ASP 2.0 Pin
Suave_Shiva29-Mar-07 21:30
Suave_Shiva29-Mar-07 21:30 
GeneralRe: regarding authentication in ASP 2.0 Pin
Imthu29-Mar-07 23:42
Imthu29-Mar-07 23:42 
AnswerRe: regarding authentication in ASP 2.0 Pin
Kunal P29-Mar-07 21:33
Kunal P29-Mar-07 21:33 
AnswerRe: regarding authentication in ASP 2.0 Pin
MinhajuddinK30-Mar-07 7:42
MinhajuddinK30-Mar-07 7:42 
Questioncan anyone help me with folder path file problem>? Pin
neodeaths29-Mar-07 19:19
neodeaths29-Mar-07 19:19 
<asp:RoleGroup Roles="Registrator">
<ContentTemplate>
<br />
<a href="Registrator/Register_new_bidder.aspx" ><img src="Images/registerbidder.jpg" border="" /></a>
<br />
<a href="Registrator/Edit_Bidder.aspx"><img src="Images/assignseat.jpg" border=""/></a>
</ContentTemplate>
</asp:RoleGroup>

the above is my code

when the page is first loaded int he default.aspx(root) the images displays just find however when i log in to another user account and tries to navigate around the subfoler folder(/root/registor/abc.aspx) it will display that it cant find the img file
error:file not found
root/registor/Images/registerbidder
(p.s my subfolder also have an web.config of its own)

instead of looking for the file inside the root folder's image folder

it look for the image folder inside the subfolder

y is this so and how can i solve it please help
AnswerRe: can anyone help me with folder path file problem>? Pin
nyogeswar29-Mar-07 20:43
nyogeswar29-Mar-07 20:43 

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.