Visual Basic .NET » Internet / Hardware Communication
Pl help me How to show alert & then reidrect to next page in asp.net?? -- JIGNESH BHATT --

Dear All

Hi, I am Jignesh from Ahmedabad I have some problem in ASP.NET. PL. HELP ME.
I want to display an alert message and then redirect to next web page.
Following is my coding FYI.

If ch1 <> "N" Then
Response.Write("") ' ===> This alert and wait is not displaying on screen it redirectes to next page.
Response.Redirect("main_index.aspx")
End if

Now above coding it runs fine without any error but not displaying alert it reidrected to next web page, alert shoud be displayed on screen and then page should be refreshed and move to next web page. pl. give me solution.
Thanks in advace.

One more solution I want that I want to develop a asp.net based application in this application I want to remove all bars/address bars/ menus / buttons from internet explorer after the user logged in the application. All links and other things will be hidden and user can access all the things from menu only. Tell me how this is possible. Thanks in advance.

Regards,

Jignesh

[Submit Comment]Home