Click here to Skip to main content
15,892,737 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalreceiving email in asp.net application Pin
krishnaveer21-Jan-08 23:50
krishnaveer21-Jan-08 23:50 
QuestionDisplay first (n) number of words of string...... Pin
munklefish21-Jan-08 23:40
munklefish21-Jan-08 23:40 
GeneralRe: Display first (n) number of words of string...... Pin
sulabh202022-Jan-08 1:29
sulabh202022-Jan-08 1:29 
GeneralRe: Display first (n) number of words of string...... Pin
munklefish22-Jan-08 1:50
munklefish22-Jan-08 1:50 
AnswerRe: Display first (n) number of words of string...... Pin
Guffa22-Jan-08 2:54
Guffa22-Jan-08 2:54 
Generalmethod call after link click Pin
gottimukkala21-Jan-08 23:36
gottimukkala21-Jan-08 23:36 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 0:18
Paddy Boyd22-Jan-08 0:18 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 1:08
gottimukkala22-Jan-08 1:08 
Hi

Thank you very much for your reply. I dont have linkbutton , its just a hyperlink and I want to check the registries on client side.
And I coded my method like this.


public void checkRegistry(string pubId)
{
string fileExt = ".coex";
string pubIdVal = pubId + fileExt;

RegistryKey key = Registry.ClassesRoot.OpenSubKey(".coex");
if (key != null)
{

}
else
{
Label msgBox = new System.Web.UI.MobileControls.Label();
msgBox.Text = "Device does not contain the PocketPCCab1.CAB from doxtop!! " +
" Please install the CAB file and try again";
tpcPageMenu.Controls.Add(msgBox);
}

}

this method I have to call from my hyperlink.

Thanks
Aruna.G
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:10
J4amieC22-Jan-08 1:10 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 1:45
gottimukkala22-Jan-08 1:45 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:49
J4amieC22-Jan-08 1:49 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 2:17
Paddy Boyd22-Jan-08 2:17 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 4:08
gottimukkala22-Jan-08 4:08 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 4:21
Paddy Boyd22-Jan-08 4:21 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 4:24
J4amieC22-Jan-08 4:24 
QuestionRecipe Framework Error with Web Service Software Factory Pin
bjurling21-Jan-08 23:32
bjurling21-Jan-08 23:32 
Questionchanging the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:16
Ravi_2121-Jan-08 23:16 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:18
eyeseetee21-Jan-08 23:18 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:29
Ravi_2121-Jan-08 23:29 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:30
eyeseetee21-Jan-08 23:30 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:49
Ravi_2121-Jan-08 23:49 
GeneralRe: changing the extension fromm aspx to html Pin
Bassam Saoud22-Jan-08 3:12
Bassam Saoud22-Jan-08 3:12 
QuestionSave excel file as a web page using C# Pin
pradeep kumarappagari21-Jan-08 22:57
pradeep kumarappagari21-Jan-08 22:57 
Generalsand clock Pin
niki_nilu21-Jan-08 22:34
niki_nilu21-Jan-08 22:34 
AnswerRe: sand clock [modified] Pin
Kasi Viswanathan21-Jan-08 23:18
Kasi Viswanathan21-Jan-08 23:18 

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.