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

ASP.NET

 
AnswerRe: icon of a site Pin
Arjun Sridhar19-Jan-10 21:14
Arjun Sridhar19-Jan-10 21:14 
AnswerRe: icon of a site Pin
carlecomm20-Jan-10 18:19
carlecomm20-Jan-10 18:19 
GeneralRe: icon of a site Pin
shiva.kore21-Jan-10 2:31
shiva.kore21-Jan-10 2:31 
QuestionIntegrate modules in Dotnet Nuke 4.0.9 Pin
Nitin198119-Jan-10 18:37
Nitin198119-Jan-10 18:37 
AnswerRe: Integrate modules in Dotnet Nuke 4.0.9 Pin
Brij19-Jan-10 19:28
mentorBrij19-Jan-10 19:28 
Questionfileuploads in asp.net 1.1 Pin
m@dhu19-Jan-10 17:58
m@dhu19-Jan-10 17:58 
AnswerRe: fileuploads in asp.net 1.1 Pin
Arjun Sridhar19-Jan-10 21:18
Arjun Sridhar19-Jan-10 21:18 
GeneralRe: fileuploads in asp.net 1.1 Pin
m@dhu19-Jan-10 23:01
m@dhu19-Jan-10 23:01 
not exactly but briefly
<input class="input" id="imgFile1" type="file" name="imgFile1" runat="server">

<asp:linkbutton id="lnkimg2" Runat="server" Text='&lt;IMG height="14" src="../images/add-child.gif" width="14" align="absMiddle" border="0"Add New Image'CausesValidation="False"></asp:linkbutton>
									<input class="input" id="imgFile2" type="file" name="imgFile2" runat="server" visible="false">
 
<asp:button id="btnSubmit" Runat="server" Text="Submit" CssClass="button"></asp:button>


//link button click
imgFile2.visible=true;

//buttonsubmit click
code for inserting....


once link button clicked path in upload1 disappears as page loads.
QuestionPower Point in ASP.Net Pin
CrazyCoder2619-Jan-10 17:54
CrazyCoder2619-Jan-10 17:54 
AnswerRe: Power Point in ASP.Net Pin
Anurag Gandhi19-Jan-10 18:24
professionalAnurag Gandhi19-Jan-10 18:24 
AnswerRe: Power Point in ASP.Net Pin
rakeshs31219-Jan-10 18:27
rakeshs31219-Jan-10 18:27 
QuestionSetting Control Focus. Pin
Hema Bairavan19-Jan-10 17:16
Hema Bairavan19-Jan-10 17:16 
AnswerRe: Setting Control Focus. Pin
rakeshs31219-Jan-10 17:52
rakeshs31219-Jan-10 17:52 
AnswerRe: Setting Control Focus. Pin
Brij19-Jan-10 19:15
mentorBrij19-Jan-10 19:15 
GeneralRe: Setting Control Focus. Pin
Hema Bairavan19-Jan-10 19:52
Hema Bairavan19-Jan-10 19:52 
GeneralRe: Setting Control Focus. Pin
Brij19-Jan-10 20:15
mentorBrij19-Jan-10 20:15 
QuestionA Design Question Pin
wilsonmanmcp19-Jan-10 9:52
wilsonmanmcp19-Jan-10 9:52 
AnswerRe: A Design Question Pin
Pranay Rana19-Jan-10 17:27
professionalPranay Rana19-Jan-10 17:27 
GeneralRe: A Design Question Pin
wilsonmanmcp19-Jan-10 22:22
wilsonmanmcp19-Jan-10 22:22 
GeneralRe: A Design Question Pin
Pranay Rana19-Jan-10 22:32
professionalPranay Rana19-Jan-10 22:32 
QuestionSlow Processing WebRequest Pin
CJSantora19-Jan-10 2:58
CJSantora19-Jan-10 2:58 
AnswerRe: Slow Processing WebRequest Pin
Not Active19-Jan-10 3:42
mentorNot Active19-Jan-10 3:42 
QuestionTo draw over an image and saving the same Pin
KittyKit19-Jan-10 1:55
KittyKit19-Jan-10 1:55 
AnswerRe: To draw over an image and saving the same Pin
Not Active19-Jan-10 3:40
mentorNot Active19-Jan-10 3:40 
GeneralRe: To draw over an image and saving the same Pin
Anurag Gandhi19-Jan-10 18:41
professionalAnurag Gandhi19-Jan-10 18:41 

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.