Click here to Skip to main content
15,912,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview problem Pin
solarthur0110-Jan-08 3:19
solarthur0110-Jan-08 3:19 
GeneralCreate Image from html string Pin
Imran Khan Pathan10-Jan-08 1:29
Imran Khan Pathan10-Jan-08 1:29 
GeneralRe: Create Image from html string Pin
N a v a n e e t h10-Jan-08 1:35
N a v a n e e t h10-Jan-08 1:35 
GeneralRe: Create Image from html string Pin
Imran Khan Pathan10-Jan-08 1:56
Imran Khan Pathan10-Jan-08 1:56 
GeneralRe: Create Image from html string Pin
N a v a n e e t h10-Jan-08 2:06
N a v a n e e t h10-Jan-08 2:06 
GeneralRe: Create Image from html string Pin
Imran Khan Pathan10-Jan-08 2:18
Imran Khan Pathan10-Jan-08 2:18 
GeneralDisplay Msgbox Pin
Rinki Mukheraji10-Jan-08 0:47
Rinki Mukheraji10-Jan-08 0:47 
GeneralRe: Display Msgbox Pin
Declan Bright10-Jan-08 1:13
Declan Bright10-Jan-08 1:13 
Here is a simple piece of javascript which prompts before redirecting:
<script type="text/javascript">
    function go(pageTitle, pageUrl){
        if (confirm("Do you want to Open the " + pageTitle + " page?")) {
            window.location = pageUrl;
        }
    }
</script>

<a href="javascript:go('Cool', 'cool.aspx');">Go to New Page</a>
You should be able to integrate this into your GridView hyperlinks.

Declan Bright
www.declanbright.com

GeneralRe: Display Msgbox Pin
Rinki Mukheraji10-Jan-08 1:23
Rinki Mukheraji10-Jan-08 1:23 
GeneralRe: Display Msgbox Pin
Declan Bright10-Jan-08 2:53
Declan Bright10-Jan-08 2:53 
Questionhow many characters does an hidden field holds Pin
jagan1239-Jan-08 23:50
jagan1239-Jan-08 23:50 
AnswerRe: how many characters does an hidden field holds Pin
N a v a n e e t h9-Jan-08 23:54
N a v a n e e t h9-Jan-08 23:54 
GeneralText file and view state data Pin
Sujit Mandal9-Jan-08 23:46
Sujit Mandal9-Jan-08 23:46 
GeneralRe: Text file and view state data Pin
N a v a n e e t h10-Jan-08 0:41
N a v a n e e t h10-Jan-08 0:41 
GeneralNeed text on Image Button Pin
Satish - Developer9-Jan-08 23:28
Satish - Developer9-Jan-08 23:28 
GeneralRe: Need text on Image Button Pin
N a v a n e e t h9-Jan-08 23:40
N a v a n e e t h9-Jan-08 23:40 
GeneralRe: Need text on Image Button Pin
Satish - Developer9-Jan-08 23:55
Satish - Developer9-Jan-08 23:55 
GeneralRe: Need text on Image Button Pin
N a v a n e e t h10-Jan-08 0:56
N a v a n e e t h10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright9-Jan-08 23:55
Declan Bright9-Jan-08 23:55 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:37
Satish - Developer10-Jan-08 0:37 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 0:52
Declan Bright10-Jan-08 0:52 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:56
Satish - Developer10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 1:25
Declan Bright10-Jan-08 1:25 
GeneralInserting Values from Dynamic Controls Pin
Imranlogi9-Jan-08 22:54
Imranlogi9-Jan-08 22:54 
GeneralRe: Inserting Values from Dynamic Controls Pin
N a v a n e e t h9-Jan-08 23:44
N a v a n e e t h9-Jan-08 23:44 

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.