Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web application architecture design ask for advice Pin
Hamid_RT15-Feb-09 21:46
Hamid_RT15-Feb-09 21:46 
QuestionOrder and PayPall Pin
Sarfaraj Ahmed8-Feb-09 12:51
Sarfaraj Ahmed8-Feb-09 12:51 
AnswerRe: Order and PayPall Pin
Ranjit Viswakumar8-Feb-09 13:51
Ranjit Viswakumar8-Feb-09 13:51 
QuestionFace tagging library Pin
cfoxtrot8-Feb-09 12:12
cfoxtrot8-Feb-09 12:12 
AnswerRe: Face tagging library Pin
Christian Graus8-Feb-09 14:35
protectorChristian Graus8-Feb-09 14:35 
QuestionHow to add flash object in asp.net page with source code or by design Pin
somasekhara7778-Feb-09 9:08
somasekhara7778-Feb-09 9:08 
AnswerRe: How to add flash object in asp.net page with source code or by design Pin
Christian Graus8-Feb-09 9:51
protectorChristian Graus8-Feb-09 9:51 
AnswerRe: How to add flash object in asp.net page with source code or by design Pin
ZZTop7778-Feb-09 10:24
ZZTop7778-Feb-09 10:24 
just add this in the design, just corect it a litle.. the file name with yours or with url to yours.. Smile | :)

<object classid="clsid:D697CDE7E-AE6D-11cf-96B8-458453540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="animation name" width="468" height="60">
<param name="movie" value="animationname.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">

<embed name="animationname" src="animationname.swf" quality="high" bgcolor="#FFFFFF"
width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
QuestionData Access Layer - Best design in your opinion - Object Oriented vs Efficiency Pin
ChrisFarrugia8-Feb-09 5:53
ChrisFarrugia8-Feb-09 5:53 
AnswerRe: Data Access Layer - Best design in your opinion - Object Oriented vs Efficiency Pin
Christian Graus8-Feb-09 9:05
protectorChristian Graus8-Feb-09 9:05 
QuestionHow to pass a parameter to windows application form the way we can do in a web form Pin
Naglaa Saeed7-Feb-09 21:53
Naglaa Saeed7-Feb-09 21:53 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
N a v a n e e t h8-Feb-09 4:08
N a v a n e e t h8-Feb-09 4:08 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
Christian Graus8-Feb-09 9:06
protectorChristian Graus8-Feb-09 9:06 
QuestionIIS page extension less don't work Pin
sepel7-Feb-09 21:14
sepel7-Feb-09 21:14 
AnswerRe: IIS page extension less don't work Pin
N a v a n e e t h8-Feb-09 4:05
N a v a n e e t h8-Feb-09 4:05 
AnswerRe: IIS page extension less don't work Pin
Ranjit Viswakumar8-Feb-09 5:34
Ranjit Viswakumar8-Feb-09 5:34 
AnswerRe: IIS page extension less don't work Pin
sepel10-Feb-09 18:54
sepel10-Feb-09 18:54 
QuestionDisplay the news - control Pin
radupopescu7777-Feb-09 8:34
radupopescu7777-Feb-09 8:34 
AnswerRe: Display the news - control Pin
N a v a n e e t h7-Feb-09 16:26
N a v a n e e t h7-Feb-09 16:26 
QuestionInsert Code Snippets In .aspx Files Pin
Vautour7-Feb-09 5:55
Vautour7-Feb-09 5:55 
AnswerRe: Insert Code Snippets In .aspx Files Pin
vaghelabhavesh7-Feb-09 12:00
vaghelabhavesh7-Feb-09 12:00 
GeneralRe: Insert Code Snippets In .aspx Files Pin
Vautour8-Feb-09 23:20
Vautour8-Feb-09 23:20 
GeneralRe: Insert Code Snippets In .aspx Files Pin
vaghelabhavesh9-Feb-09 2:25
vaghelabhavesh9-Feb-09 2:25 
Question[Message Deleted] Pin
santoshwarpe7-Feb-09 5:39
santoshwarpe7-Feb-09 5:39 
AnswerRe: checkchar Pin
vaghelabhavesh7-Feb-09 11:32
vaghelabhavesh7-Feb-09 11:32 

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.