Click here to Skip to main content
15,920,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Currency format in ASP.NET [modified] Pin
rajmahen2-Nov-09 4:17
rajmahen2-Nov-09 4:17 
QuestionUnzip File On Server Using asp.Net Pin
Anudeep Jaiswal - MCA2-Nov-09 1:11
Anudeep Jaiswal - MCA2-Nov-09 1:11 
AnswerRe: Unzip File On Server Using asp.Net Pin
Imran Khan Pathan2-Nov-09 1:31
Imran Khan Pathan2-Nov-09 1:31 
AnswerRe: Unzip File On Server Using asp.Net Pin
Abhishek Sur2-Nov-09 2:44
professionalAbhishek Sur2-Nov-09 2:44 
QuestionExtending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 0:53
Imran Khan Pathan2-Nov-09 0:53 
AnswerRe: Extending Base Type Functionality with Extension Methods Pin
Abhishek Sur2-Nov-09 1:05
professionalAbhishek Sur2-Nov-09 1:05 
GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 1:12
Imran Khan Pathan2-Nov-09 1:12 
GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 1:19
Imran Khan Pathan2-Nov-09 1:19 
I got the solution.I got error at compile time that says 'Extension methods must be static' so I create one class named StringHelpers as static.

public static class StringHelpers
{
public static int GetNumber(this string str)
{
return 1;
}
}

Thanks
Imrankhan

please don't forget to vote on the post that helped you.

GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Abhishek Sur2-Nov-09 2:38
professionalAbhishek Sur2-Nov-09 2:38 
QuestionCad File Pin
ellllllllie2-Nov-09 0:10
ellllllllie2-Nov-09 0:10 
AnswerRe: Cad File Pin
Abhishek Sur2-Nov-09 3:00
professionalAbhishek Sur2-Nov-09 3:00 
Questionshopping cart: Pin
mylogics1-Nov-09 23:15
professionalmylogics1-Nov-09 23:15 
AnswerRe: shopping cart: Pin
Nishant Singh2-Nov-09 0:28
Nishant Singh2-Nov-09 0:28 
GeneralRe: shopping cart: Pin
mylogics2-Nov-09 0:45
professionalmylogics2-Nov-09 0:45 
GeneralRe: shopping cart: Pin
sashidhar2-Nov-09 1:37
sashidhar2-Nov-09 1:37 
AnswerRe: shopping cart: Pin
Bassam Saoud2-Nov-09 11:31
Bassam Saoud2-Nov-09 11:31 
QuestionGraphics.DrawImage Pin
yesu prakash1-Nov-09 22:46
yesu prakash1-Nov-09 22:46 
AnswerRe: Graphics.DrawImage Pin
Christian Graus1-Nov-09 22:47
protectorChristian Graus1-Nov-09 22:47 
QuestionInserting Only time into SQL db Pin
deepseeindeepsy1-Nov-09 22:29
deepseeindeepsy1-Nov-09 22:29 
AnswerRe: Inserting Only time into SQL db Pin
Christian Graus1-Nov-09 22:36
protectorChristian Graus1-Nov-09 22:36 
GeneralRe: Inserting Only time into SQL db Pin
deepseeindeepsy1-Nov-09 22:56
deepseeindeepsy1-Nov-09 22:56 
AnswerRe: Inserting Only time into SQL db Pin
N a v a n e e t h1-Nov-09 22:39
N a v a n e e t h1-Nov-09 22:39 
GeneralRe: Inserting Only time into SQL db Pin
deepseeindeepsy1-Nov-09 22:53
deepseeindeepsy1-Nov-09 22:53 
GeneralRe: Inserting Only time into SQL db Pin
Christian Graus1-Nov-09 22:56
protectorChristian Graus1-Nov-09 22:56 
AnswerRe: Inserting Only time into SQL db Pin
Nisha Agrawal2-Nov-09 2:41
Nisha Agrawal2-Nov-09 2:41 

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.