Click here to Skip to main content
15,923,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Parwej Ahamad16-Dec-07 22:57
professionalParwej Ahamad16-Dec-07 22:57 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Dorothy17-Dec-07 1:25
Dorothy17-Dec-07 1:25 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Paddy Boyd16-Dec-07 23:28
Paddy Boyd16-Dec-07 23:28 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Dorothy17-Dec-07 1:22
Dorothy17-Dec-07 1:22 
Questionhow i can insert date in this formate Pin
jagan12316-Dec-07 22:08
jagan12316-Dec-07 22:08 
AnswerRe: how i can insert date in this formate Pin
mukesh.mr0316-Dec-07 22:56
mukesh.mr0316-Dec-07 22:56 
AnswerRe: how i can insert date in this formate Pin
jithu17-Dec-07 0:58
jithu17-Dec-07 0:58 
Generalgif file, need help Pin
scrhunter16-Dec-07 22:00
scrhunter16-Dec-07 22:00 
I need the next: to load image gif (transparent) and to draw over the top one other image . Here a code
Bitmap img = (Bitmap) System.Drawing.Bitmap.FromFile(badgepath + "100pct_blue.gif");
System.Drawing.Bitmap dic = (Bitmap)System.Drawing.Bitmap.FromFile(Dicitalpath +
+ "dic.bmp");
Bitmap tmp = new Bitmap(img.Width, img.Height);
int w = img.Height / 2 - dic.Width / 2;
int h = img.Width - dic.Height;
Graphics g = Graphics.FromImage(tmp);
g.DrawImage(img, new Rectangle(0, 0, img.Width, img.Height), 0, 0,
img.Width, img.Height, GraphicsUnit.Pixel);
g.DrawImage(dic, new Point(w, h));
//img.Save(Response.OutputStream, ImageFormat.Gif); //if use this, i see only first image gif
//tmp.Save(Response.OutputStream, ImageFormat.Gif); // if use this i see both image but on a black background, and it is necessary that were transparent. If who that knows,help please
GeneralRe: gif file, need help Pin
scrhunter17-Dec-07 11:14
scrhunter17-Dec-07 11:14 
Generalvideo streaming clearity problem [modified] Pin
Mogaambo16-Dec-07 21:36
Mogaambo16-Dec-07 21:36 
GeneralRemoving XML Node Pin
SreejithAchutan16-Dec-07 21:17
SreejithAchutan16-Dec-07 21:17 
GeneralRe: Removing XML Node Pin
Parwej Ahamad16-Dec-07 21:55
professionalParwej Ahamad16-Dec-07 21:55 
GeneralRe: Removing XML Node Pin
Jim Taylor16-Dec-07 23:29
Jim Taylor16-Dec-07 23:29 
GeneralImage in DataList [modified] Pin
.NET- India 16-Dec-07 21:12
.NET- India 16-Dec-07 21:12 
GeneralServer time out in asp.net Pin
sandhya1416-Dec-07 20:19
sandhya1416-Dec-07 20:19 
GeneralRe: Server time out in asp.net Pin
N a v a n e e t h16-Dec-07 20:29
N a v a n e e t h16-Dec-07 20:29 
GeneralRe: Server time out in asp.net Pin
Piyush Vardhan Singh16-Dec-07 20:43
Piyush Vardhan Singh16-Dec-07 20:43 
QuestionWhat happened a web reference is adding into a web application Pin
Malayil alex16-Dec-07 20:09
Malayil alex16-Dec-07 20:09 
Questionenterprise libraries?? Pin
Vanamaindia16-Dec-07 20:05
Vanamaindia16-Dec-07 20:05 
GeneralRegarding HTML part Pin
sandhya1416-Dec-07 19:12
sandhya1416-Dec-07 19:12 
GeneralRe: Regarding HTML part Pin
That's Aragon16-Dec-07 20:05
That's Aragon16-Dec-07 20:05 
GeneralRe: Regarding HTML part Pin
sandhya1416-Dec-07 20:24
sandhya1416-Dec-07 20:24 
GeneralRe: Regarding HTML part Pin
Piyush Vardhan Singh16-Dec-07 20:24
Piyush Vardhan Singh16-Dec-07 20:24 
GeneralRe: Regarding HTML part Pin
sandhya1416-Dec-07 21:13
sandhya1416-Dec-07 21:13 
GeneralRe: Regarding HTML part Pin
Piyush Vardhan Singh16-Dec-07 21:33
Piyush Vardhan Singh16-Dec-07 21:33 

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.