Click here to Skip to main content
16,007,277 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get record by using ID Pin
szukuro17-Jan-07 2:59
szukuro17-Jan-07 2:59 
GeneralRe: How to get record by using ID Pin
slSoftware17-Jan-07 22:24
slSoftware17-Jan-07 22:24 
QuestionProvider error '8007000e' Pin
asprajesh17-Jan-07 1:02
asprajesh17-Jan-07 1:02 
AnswerRe: Provider error '8007000e' Pin
Christian Graus17-Jan-07 1:15
protectorChristian Graus17-Jan-07 1:15 
Questionhow to validate Dropdownlist in ASP.NET page Pin
findtango17-Jan-07 1:01
findtango17-Jan-07 1:01 
AnswerRe: how to validate Dropdownlist in ASP.NET page Pin
VaibhavTiparadi17-Jan-07 1:11
VaibhavTiparadi17-Jan-07 1:11 
Questionimage cropping not working in Mozilla Firefox Browser Pin
yogita charhate17-Jan-07 0:57
yogita charhate17-Jan-07 0:57 
AnswerRe: image cropping not working in Mozilla Firefox Browser Pin
findtango17-Jan-07 1:09
findtango17-Jan-07 1:09 
try this

Bitmap bm = new Bitmap( Server.MapPath("b2346.jpg"));
Response.Write ("Height :" + bm.Height.ToString() );
Response.Write ("
Width :" +bm.Width.ToString() );
QuestionHow can i Unzip Pin
fmlove17-Jan-07 0:46
fmlove17-Jan-07 0:46 
QuestionTitle Bar Pin
Khan.Bangash17-Jan-07 0:26
Khan.Bangash17-Jan-07 0:26 
AnswerRe: Title Bar Pin
Christian Graus17-Jan-07 1:12
protectorChristian Graus17-Jan-07 1:12 
Questiondesigning and coding help Pin
projectbe17-Jan-07 0:06
projectbe17-Jan-07 0:06 
AnswerRe: designing and coding help Pin
Christian Graus17-Jan-07 1:13
protectorChristian Graus17-Jan-07 1:13 
QuestionURGENT::: Secure URL Pin
DGtech16-Jan-07 23:11
DGtech16-Jan-07 23:11 
AnswerRe: URGENT::: Secure URL Pin
varshavmane16-Jan-07 23:14
varshavmane16-Jan-07 23:14 
AnswerRe: URGENT::: Secure URL Pin
kiran kumar[Intelligroup]16-Jan-07 23:53
kiran kumar[Intelligroup]16-Jan-07 23:53 
GeneralRe: URGENT::: Secure URL Pin
Tamimi - Code17-Jan-07 3:03
Tamimi - Code17-Jan-07 3:03 
QuestionCalendar Pin
rajmani16-Jan-07 23:02
rajmani16-Jan-07 23:02 
AnswerRe: Calendar Pin
varshavmane16-Jan-07 23:07
varshavmane16-Jan-07 23:07 
GeneralRe: Calendar Pin
rajmani17-Jan-07 1:51
rajmani17-Jan-07 1:51 
QuestionAjax With Combo Control Pin
varshavmane16-Jan-07 22:54
varshavmane16-Jan-07 22:54 
AnswerRe: Ajax With Combo Control Pin
shreekar16-Jan-07 23:30
shreekar16-Jan-07 23:30 
GeneralRe: Ajax With Combo Control Pin
varshavmane16-Jan-07 23:49
varshavmane16-Jan-07 23:49 
GeneralRe: Ajax With Combo Control Pin
shreekar17-Jan-07 0:00
shreekar17-Jan-07 0:00 
GeneralRe: Ajax With Combo Control Pin
varshavmane17-Jan-07 0:04
varshavmane17-Jan-07 0:04 

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.