Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Redirect back to original page causing problem Pin
Guffa25-Apr-06 20:32
Guffa25-Apr-06 20:32 
GeneralRe: Redirect back to original page causing problem Pin
OzSoft Solutions25-Apr-06 20:39
OzSoft Solutions25-Apr-06 20:39 
QuestionLogin Control, custom authentication Pin
2hdass25-Apr-06 16:00
2hdass25-Apr-06 16:00 
AnswerRe: Login Control, custom authentication Pin
minhpc_bk25-Apr-06 22:51
minhpc_bk25-Apr-06 22:51 
QuestionAsp.net and Flash Variables........... Pin
daviiie25-Apr-06 12:44
daviiie25-Apr-06 12:44 
QuestionHow to round the value of a float in c# Pin
navinkumar425-Apr-06 11:16
navinkumar425-Apr-06 11:16 
AnswerRe: How to round the value of a float in c# Pin
NeverHeardOfMe25-Apr-06 11:44
NeverHeardOfMe25-Apr-06 11:44 
AnswerRe: How to round the value of a float in c# Pin
Guffa25-Apr-06 12:02
Guffa25-Apr-06 12:02 
You don't need to use float values at all. Use this formula:

pages = (items + pagesize - 1) / pagesize

e.g.

pages = (items + 10 - 1) / 10

---
b { font-weight: normal; }

AnswerThanks!!!!!!!!!! Pin
navinkumar425-Apr-06 12:11
navinkumar425-Apr-06 12:11 
QuestionASP.net User Controls Help Pin
aurora8325-Apr-06 10:55
aurora8325-Apr-06 10:55 
AnswerRe: ASP.net User Controls Help Pin
minhpc_bk25-Apr-06 15:31
minhpc_bk25-Apr-06 15:31 
QuestionLogin Control .NET 2005 Pin
Soumya Mulukutla25-Apr-06 10:50
Soumya Mulukutla25-Apr-06 10:50 
AnswerRe: Login Control .NET 2005 Pin
minhpc_bk25-Apr-06 15:40
minhpc_bk25-Apr-06 15:40 
QuestionHow do I get the value of the DropDownList control from the CreateUserWizard? Pin
Slow Learner25-Apr-06 10:03
Slow Learner25-Apr-06 10:03 
AnswerRe: How do I get the value of the DropDownList control from the CreateUserWizard? Pin
Slow Learner25-Apr-06 14:24
Slow Learner25-Apr-06 14:24 
AnswerRe: How to cache a output parameter??? Pin
minhpc_bk25-Apr-06 15:59
minhpc_bk25-Apr-06 15:59 
Questionasp.net Pin
yasar khan25-Apr-06 8:37
yasar khan25-Apr-06 8:37 
AnswerRe: asp.net Pin
Guffa25-Apr-06 9:11
Guffa25-Apr-06 9:11 
GeneralRe: asp.net Pin
yasar khan25-Apr-06 10:01
yasar khan25-Apr-06 10:01 
GeneralRe: asp.net Pin
Mike Ellison25-Apr-06 10:21
Mike Ellison25-Apr-06 10:21 
GeneralRe: asp.net Pin
J4amieC25-Apr-06 11:58
J4amieC25-Apr-06 11:58 
QuestionHow to Acesss GridView using JavaScript Pin
VenkataRamana.Gali25-Apr-06 8:35
VenkataRamana.Gali25-Apr-06 8:35 
AnswerRe: How to Acesss GridView using JavaScript Pin
minhpc_bk25-Apr-06 16:07
minhpc_bk25-Apr-06 16:07 
QuestionHow can I assign a 'Null' value to a SqlDataReader? Pin
Slow Learner25-Apr-06 7:30
Slow Learner25-Apr-06 7:30 
AnswerRe: How can I assign a 'Null' value to a SqlDataReader? Pin
Slow Learner25-Apr-06 8:07
Slow Learner25-Apr-06 8:07 

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.