Click here to Skip to main content
15,914,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Repeat Post! Pin
eyeseetee1-Jul-08 0:30
eyeseetee1-Jul-08 0:30 
QuestionSetfocus on Asynchronus postback Pin
immu530-Jun-08 23:44
immu530-Jun-08 23:44 
AnswerRe: Setfocus on Asynchronus postback Pin
eyeseetee30-Jun-08 23:56
eyeseetee30-Jun-08 23:56 
QuestionFooter Template controls in Datalist Pin
VanithaVasu30-Jun-08 22:51
VanithaVasu30-Jun-08 22:51 
AnswerRe: Footer Template controls in Datalist Pin
eyeseetee30-Jun-08 23:19
eyeseetee30-Jun-08 23:19 
GeneralRe: Footer Template controls in Datalist Pin
VanithaVasu30-Jun-08 23:23
VanithaVasu30-Jun-08 23:23 
GeneralRe: Footer Template controls in Datalist Pin
eyeseetee30-Jun-08 23:59
eyeseetee30-Jun-08 23:59 
Questionsubtract function Pin
Pankaj Garg30-Jun-08 22:19
Pankaj Garg30-Jun-08 22:19 
i have a subtract function like
object subtract(object a , object b)<br />
{<br />
object c = null;<br />
        Int32 i = 0, i1 = 0;<br />
        if (a.GetType().Name == "Int32")<br />
        {<br />
            i = (Int32)a;<br />
        }<br />
        if (b.GetType().Name == "Int32")<br />
        {<br />
            i1 = (Int32)b;<br />
        }<br />
        i = i - i1;<br />
        c = i;<br />
        return c;<br />
}
i don;t know , what type of numeric value the user can send.
so am i doing right in the funciton subtract , there in the subtract funciton i can check for other datatypes like int16 , int64 , decimal etc also.

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

AnswerRe: subtract function Pin
Mark Churchill1-Jul-08 0:52
Mark Churchill1-Jul-08 0:52 
QuestionAccess Network Machine Pin
Rinki Mukheraji30-Jun-08 22:18
Rinki Mukheraji30-Jun-08 22:18 
AnswerRe: Access Network Machine Pin
eyeseetee30-Jun-08 22:21
eyeseetee30-Jun-08 22:21 
GeneralRe: Access Network Machine Pin
Rinki Mukheraji30-Jun-08 22:28
Rinki Mukheraji30-Jun-08 22:28 
GeneralRe: Access Network Machine Pin
eyeseetee30-Jun-08 23:11
eyeseetee30-Jun-08 23:11 
AnswerRe: Access Network Machine Pin
Abhijit Jana30-Jun-08 22:54
professionalAbhijit Jana30-Jun-08 22:54 
QuestionImages as Buttons for asp:button and asp:Login Pin
gottimukkala30-Jun-08 21:34
gottimukkala30-Jun-08 21:34 
AnswerRe: Images as Buttons for asp:button and asp:Login [modified] Pin
eyeseetee30-Jun-08 21:41
eyeseetee30-Jun-08 21:41 
AnswerRe: Images as Buttons for asp:button and asp:Login Pin
Sherin Iranimose30-Jun-08 22:05
Sherin Iranimose30-Jun-08 22:05 
QuestionWarning 'A null reference exception' Pin
BalasubramanianK30-Jun-08 21:28
BalasubramanianK30-Jun-08 21:28 
AnswerRe: Warning 'A null reference exception' Pin
eyeseetee30-Jun-08 21:34
eyeseetee30-Jun-08 21:34 
AnswerRe: Warning 'A null reference exception' Pin
Sherin Iranimose30-Jun-08 21:55
Sherin Iranimose30-Jun-08 21:55 
AnswerRe: Warning 'A null reference exception' Pin
Gayani Devapriya30-Jun-08 22:55
Gayani Devapriya30-Jun-08 22:55 
AnswerRe: Warning 'A null reference exception' Pin
Expert Coming30-Jun-08 23:15
Expert Coming30-Jun-08 23:15 
QuestionImages as Buttons for <asp:button and="" xmlns:asp="#unknown"><asp:login></asp:login></asp:button> Pin
gottimukkala30-Jun-08 21:06
gottimukkala30-Jun-08 21:06 
AnswerRe: Images as Buttons for Pin
N a v a n e e t h30-Jun-08 21:10
N a v a n e e t h30-Jun-08 21:10 
QuestionHide Image saveAs and other properties on mouse over Pin
Abhijit Jana30-Jun-08 20:38
professionalAbhijit Jana30-Jun-08 20:38 

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.