Click here to Skip to main content
15,905,682 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: displaying selected records Pin
Abhijit Jana31-Aug-09 19:17
professionalAbhijit Jana31-Aug-09 19:17 
QuestionRe: displaying selected records Pin
Amit Patel19851-Sep-09 0:22
Amit Patel19851-Sep-09 0:22 
QuestionHow to store picture into database and retrieval Pin
abglorie31-Aug-09 18:37
abglorie31-Aug-09 18:37 
AnswerRe: How to store picture into database and retrieval Pin
swtlibra31-Aug-09 18:58
swtlibra31-Aug-09 18:58 
QuestionBest Method For AJAX Web Wizards Pin
Adam R Harris31-Aug-09 14:50
Adam R Harris31-Aug-09 14:50 
QuestionVirtual path in Web Application Model. Pin
Nadia Monalisa31-Aug-09 13:04
Nadia Monalisa31-Aug-09 13:04 
Questionhow to convert multiline textbox text to image Pin
Shuaib wasif khan31-Aug-09 13:01
Shuaib wasif khan31-Aug-09 13:01 
AnswerRe: how to convert multiline textbox text to image Pin
Christian Graus31-Aug-09 14:00
protectorChristian Graus31-Aug-09 14:00 
monu_khan wrote:
TextBox1.Text.Length


This is more than a little insane. You need to use MeasureString to get a width and height.

monu_khan wrote:
Graphics g = Graphics.FromImage(b);


Why not use a using statement, instead of leaking resources ?

monu_khan wrote:
new Font("Kruti Dev 010", 12, FontStyle.Regular)


Another leak, plus if you change the font, it means you need to measure the string for that font.


Although you're using ASP.NET, this question has nothing to do with ASP.NET, it's about some basic graphics work. Why do you waste server space by saving a string a a bitmap instead of as text ?

monu_khan wrote:
int alignment = 1;
if (alignment == 1)


Bizarre.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

QuestionDropdown list value is not retaining on page post back [modified] Pin
skhan1731-Aug-09 7:10
skhan1731-Aug-09 7:10 
AnswerRe: Dropdown list value is not retaining on page post back Pin
Abhishek Sur31-Aug-09 10:36
professionalAbhishek Sur31-Aug-09 10:36 
GeneralRe: Dropdown list value is not retaining on page post back Pin
skhan1731-Aug-09 11:09
skhan1731-Aug-09 11:09 
GeneralRe: Dropdown list value is not retaining on page post back Pin
Abhishek Sur31-Aug-09 11:40
professionalAbhishek Sur31-Aug-09 11:40 
GeneralRe: Dropdown list value is not retaining on page post back Pin
Christian Graus31-Aug-09 14:02
protectorChristian Graus31-Aug-09 14:02 
GeneralRe: Dropdown list value is not retaining on page post back Pin
Abhishek Sur31-Aug-09 23:25
professionalAbhishek Sur31-Aug-09 23:25 
AnswerRe: Dropdown list value is not retaining on page post back Pin
Christian Graus31-Aug-09 14:07
protectorChristian Graus31-Aug-09 14:07 
QuestionReferencing HTML input boxes correctly Pin
dptalt31-Aug-09 5:10
dptalt31-Aug-09 5:10 
AnswerRe: Referencing HTML input boxes correctly Pin
Not Active31-Aug-09 6:44
mentorNot Active31-Aug-09 6:44 
GeneralRe: Referencing HTML input boxes correctly Pin
dptalt31-Aug-09 9:15
dptalt31-Aug-09 9:15 
GeneralRe: Referencing HTML input boxes correctly Pin
Not Active31-Aug-09 9:56
mentorNot Active31-Aug-09 9:56 
GeneralRe: Referencing HTML input boxes correctly Pin
Abhishek Sur31-Aug-09 10:44
professionalAbhishek Sur31-Aug-09 10:44 
GeneralRe: Referencing HTML input boxes correctly Pin
dptalt1-Sep-09 1:35
dptalt1-Sep-09 1:35 
QuestionTimeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
ncsubbu31-Aug-09 2:47
professionalncsubbu31-Aug-09 2:47 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Tamer Oz31-Aug-09 2:55
Tamer Oz31-Aug-09 2:55 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Abhijit Jana31-Aug-09 3:06
professionalAbhijit Jana31-Aug-09 3:06 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Fayu31-Aug-09 6:50
Fayu31-Aug-09 6:50 

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.