Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview in asp.net 2.0 Pin
Milind Panchal17-Aug-07 19:14
Milind Panchal17-Aug-07 19:14 
QuestionFileUpload control Pin
Imran Khan Pathan16-Aug-07 19:01
Imran Khan Pathan16-Aug-07 19:01 
AnswerRe: FileUpload control Pin
Michael Sync16-Aug-07 20:21
Michael Sync16-Aug-07 20:21 
GeneralRe: FileUpload control Pin
Imran Khan Pathan16-Aug-07 20:40
Imran Khan Pathan16-Aug-07 20:40 
GeneralRe: FileUpload control Pin
Michael Sync17-Aug-07 1:18
Michael Sync17-Aug-07 1:18 
GeneralRe: FileUpload control Pin
ahmed_fci200622-Sep-07 23:29
ahmed_fci200622-Sep-07 23:29 
GeneralRe: FileUpload control Pin
Michael Sync23-Sep-07 1:10
Michael Sync23-Sep-07 1:10 
GeneralRe: FileUpload control Pin
ahmed_fci200623-Sep-07 21:25
ahmed_fci200623-Sep-07 21:25 
<%@ Page Language="C#" MasterPageFile="~/MasterPage2.master" AutoEventWireup="false" CodeFile="final.aspx.cs" Inherits="test_Default" Title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script type="text/javascript">
<!--
<!--
function fireFileClick()
{
var objfile = document.getElementById("<%= File1.ClientID %>");
objfile.click();

var objTextBox = document.getElementById("<%= Text1.ClientID %>");
objTextBox.value = objfile.value;
}


</script>

<br />
<asp:FileUpload ID="File1" runat="server" />
<br />
<asp:Button ID="Button1" OnClientClick="fireFileClick()" runat="server" Text="ASPNET Button" />
<input id="Text1" type="text" runat="server" />
<br />
<br />
<input id="Button2" type="button" onclick="fireFileClick()" value="HTML Button" />
<br />
<br />



</asp:Content>Smile | :)

let's work together
Questionhi frens..pls do help me.. Pin
RRR1816-Aug-07 19:01
RRR1816-Aug-07 19:01 
AnswerRe: hi frens..pls do help me.. Pin
leckey17-Aug-07 3:07
leckey17-Aug-07 3:07 
QuestionIIS PROBLEM Pin
methhoo16-Aug-07 13:29
methhoo16-Aug-07 13:29 
AnswerRe: IIS PROBLEM Pin
Guffa16-Aug-07 14:57
Guffa16-Aug-07 14:57 
QuestionSession not available in VirtualPathProvider Pin
walkTheNet16-Aug-07 12:04
walkTheNet16-Aug-07 12:04 
AnswerRe: Session not available in VirtualPathProvider Pin
peacefulmember16-Aug-07 15:26
peacefulmember16-Aug-07 15:26 
GeneralRe: Session not available in VirtualPathProvider Pin
walkTheNet17-Aug-07 5:43
walkTheNet17-Aug-07 5:43 
GeneralRe: Session not available in VirtualPathProvider Pin
walkTheNet17-Aug-07 7:15
walkTheNet17-Aug-07 7:15 
QuestionHi All, Pin
peacefulmember16-Aug-07 10:30
peacefulmember16-Aug-07 10:30 
GeneralSubject : HTML tag and JavaScript validation in usercontrol Pin
peacefulmember16-Aug-07 10:33
peacefulmember16-Aug-07 10:33 
AnswerRe: Hi All, Pin
Christian Graus16-Aug-07 11:30
protectorChristian Graus16-Aug-07 11:30 
GeneralRe: Hi All, Pin
peacefulmember16-Aug-07 15:22
peacefulmember16-Aug-07 15:22 
AnswerRe: Hi All, Pin
N a v a n e e t h16-Aug-07 17:55
N a v a n e e t h16-Aug-07 17:55 
GeneralRe: Hi All, Pin
peacefulmember17-Aug-07 3:00
peacefulmember17-Aug-07 3:00 
GeneralRe: Hi All, Pin
peacefulmember17-Aug-07 3:09
peacefulmember17-Aug-07 3:09 
AnswerRe: Hi All, Pin
S A R I T H16-Aug-07 20:35
S A R I T H16-Aug-07 20:35 
QuestionI need help with sequel query with INNER/OUTER JOIN Pin
hurrem16-Aug-07 9:37
hurrem16-Aug-07 9:37 

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.