Click here to Skip to main content
15,911,503 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropping the db Pin
Eduard Keilholz28-Nov-06 0:30
Eduard Keilholz28-Nov-06 0:30 
QuestionCorrect way to update .ascx contents? Pin
Netricity27-Nov-06 23:19
Netricity27-Nov-06 23:19 
AnswerRe: Correct way to update .ascx contents? Pin
Eduard Keilholz28-Nov-06 0:36
Eduard Keilholz28-Nov-06 0:36 
GeneralRe: Correct way to update .ascx contents? Pin
Netricity28-Nov-06 11:03
Netricity28-Nov-06 11:03 
AnswerRe: Need Help Pin
Imran Khan Pathan27-Nov-06 23:19
Imran Khan Pathan27-Nov-06 23:19 
GeneralRe: Need Help Pin
nivasinfotech28-Nov-06 1:21
nivasinfotech28-Nov-06 1:21 
QuestionHow to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_27-Nov-06 22:35
Dipper_27-Nov-06 22:35 
AnswerRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Eduard Keilholz27-Nov-06 22:51
Eduard Keilholz27-Nov-06 22:51 
Have you considered opening a bitmap object from the URL??

<br />
string sDrivePath = Server.MapPath("relative/image/url.jpg");<br />
Bitmap bmpYourImage = null;<br />
if (File.Exists(sDrivePath))<br />
    bmpYourImage = new Bitmap(sDrivePath);<br />


You can then create a new Image object from the Bitmap object, sounds good to me Cool | :cool:

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_28-Nov-06 0:35
Dipper_28-Nov-06 0:35 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Eduard Keilholz29-Nov-06 4:20
Eduard Keilholz29-Nov-06 4:20 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_29-Nov-06 4:42
Dipper_29-Nov-06 4:42 
QuestionTree view Pin
Imran Khan Pathan27-Nov-06 22:18
Imran Khan Pathan27-Nov-06 22:18 
AnswerRe: Tree view Pin
Sandeep Akhare28-Nov-06 0:11
Sandeep Akhare28-Nov-06 0:11 
QuestionInteractoin Between yahoo groups and asp.net application Pin
MeghVasavada27-Nov-06 22:11
MeghVasavada27-Nov-06 22:11 
QuestionCreate Templete Column in DataGrid Pin
ptvce27-Nov-06 21:45
ptvce27-Nov-06 21:45 
AnswerRe: Create Templete Column in DataGrid Pin
minhpc_bk28-Nov-06 0:21
minhpc_bk28-Nov-06 0:21 
AnswerRe: Create Templete Column in DataGrid Pin
InsDev28-Nov-06 0:55
InsDev28-Nov-06 0:55 
Question"authentciation" Pin
ravikiranreddydharmannagari27-Nov-06 20:19
ravikiranreddydharmannagari27-Nov-06 20:19 
AnswerRe: "authentciation" Pin
Eduard Keilholz27-Nov-06 22:01
Eduard Keilholz27-Nov-06 22:01 
AnswerRe: "authentciation" Pin
Britney S. Morales28-Nov-06 1:10
Britney S. Morales28-Nov-06 1:10 
QuestionCustomValidation . errormessage using javascript Pin
AmitChampaneri27-Nov-06 20:16
AmitChampaneri27-Nov-06 20:16 
Questionquery regarding customizing the delete functionality in asp.net 2.0 gridview Pin
meena198327-Nov-06 20:12
meena198327-Nov-06 20:12 
QuestionHow to popwindow with Yes/No Buttons using JavaScript? Pin
pubududilena27-Nov-06 20:11
pubududilena27-Nov-06 20:11 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
Eduard Keilholz27-Nov-06 21:59
Eduard Keilholz27-Nov-06 21:59 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
R.Palanivel28-Nov-06 0:33
R.Palanivel28-Nov-06 0: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.