Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataGrid - Get the value of invisible cell Pin
alvarog012-Mar-09 9:01
alvarog012-Mar-09 9:01 
AnswerRe: DataGrid - Get the value of invisible cell [modified] Pin
Yusuf2-Mar-09 11:23
Yusuf2-Mar-09 11:23 
GeneralRe: DataGrid - Get the value of invisible cell Pin
alvarog012-Mar-09 21:27
alvarog012-Mar-09 21:27 
QuestionUser.IsInRole("<somegroup>") returning false????</somegroup> Pin
pnslcs2-Mar-09 7:32
pnslcs2-Mar-09 7:32 
Questioncheck date change Pin
suni_dotnet2-Mar-09 5:00
suni_dotnet2-Mar-09 5:00 
AnswerRe: check date change Pin
Yusuf2-Mar-09 7:54
Yusuf2-Mar-09 7:54 
QuestionASP.net code to place one Image on another image Pin
Malleswar12342-Mar-09 4:34
Malleswar12342-Mar-09 4:34 
AnswerRe: ASP.net code to place one Image on another image Pin
Brian W King2-Mar-09 9:19
Brian W King2-Mar-09 9:19 
There is not a piece of code that does this. Perhaps there is a third party that makes it simple, but its pretty simple to do it from scratch without any extra controls.

Its actually a combination of 'photoshop' techniques and code. You do actually have to layer two photos on top of one another however in a rendered code page. You use the standard DIV tags and then layer them via the absolute positioning, setting the z-index of two tags to force one behind the other. The top most photo needs to be a GIF that has the sections 'cut out' and made transparent where you want the underlying photo to 'show through'. You will need a tool like Photoshop to accomplish this part (and its really the hardest part of it all). Its an old, and simple technique.
GeneralRe: ASP.net code to place one Image on another image Pin
Malleswar12349-Mar-09 3:22
Malleswar12349-Mar-09 3:22 
QuestionHow the URL Mapping work in ASP.NET 3.5 ? Pin
King Shez2-Mar-09 4:10
King Shez2-Mar-09 4:10 
AnswerRe: How the URL Mapping work in ASP.NET 3.5 ? Pin
Abhishek Sur2-Mar-09 4:19
professionalAbhishek Sur2-Mar-09 4:19 
GeneralRe: How the URL Mapping work in ASP.NET 3.5 ? Pin
King Shez2-Mar-09 20:11
King Shez2-Mar-09 20:11 
GeneralRe: How the URL Mapping work in ASP.NET 3.5 ? Pin
Abhishek Sur3-Mar-09 20:29
professionalAbhishek Sur3-Mar-09 20:29 
QuestionJavaScript for validating input value to the gridview Pin
Reddy19832-Mar-09 3:17
Reddy19832-Mar-09 3:17 
AnswerRe: JavaScript for validating input value to the gridview Pin
Abhishek Sur2-Mar-09 3:31
professionalAbhishek Sur2-Mar-09 3:31 
QuestionBarcharts Pin
member272-Mar-09 2:57
member272-Mar-09 2:57 
AnswerRe: Barcharts Pin
Abhishek Sur2-Mar-09 3:03
professionalAbhishek Sur2-Mar-09 3:03 
GeneralRe: Barcharts Pin
member272-Mar-09 21:30
member272-Mar-09 21:30 
QuestionAbandoning Session not logging out Pin
Tristan Rhodes2-Mar-09 2:40
Tristan Rhodes2-Mar-09 2:40 
AnswerRe: Abandoning Session not logging out Pin
Abhishek Sur2-Mar-09 2:53
professionalAbhishek Sur2-Mar-09 2:53 
QuestionASP.NET Problem with IO.Directory.GetFiles Pin
Larvex2-Mar-09 2:23
Larvex2-Mar-09 2:23 
AnswerRe: ASP.NET Problem with IO.Directory.GetFiles Pin
Abhishek Sur2-Mar-09 2:54
professionalAbhishek Sur2-Mar-09 2:54 
GeneralRe: ASP.NET Problem with IO.Directory.GetFiles Pin
Larvex2-Mar-09 3:40
Larvex2-Mar-09 3:40 
GeneralRe: ASP.NET Problem with IO.Directory.GetFiles Pin
Larvex2-Mar-09 4:57
Larvex2-Mar-09 4:57 
GeneralRe: ASP.NET Problem with IO.Directory.GetFiles Pin
pnslcs2-Mar-09 9:24
pnslcs2-Mar-09 9:24 

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.