Click here to Skip to main content
15,891,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow we read dll in asp.net +C# Pin
brajeshsingh1518-May-10 23:27
brajeshsingh1518-May-10 23:27 
AnswerRe: How we read dll in asp.net +C# Pin
Arindam Tewary18-May-10 23:45
professionalArindam Tewary18-May-10 23:45 
AnswerRe: How we read dll in asp.net +C# Pin
raju melveetilpurayil19-May-10 0:13
professionalraju melveetilpurayil19-May-10 0:13 
GeneralRe: How we read dll in asp.net +C# Pin
Gaurav Dudeja India19-May-10 0:28
Gaurav Dudeja India19-May-10 0:28 
QuestionVisual Studio 2008 Web App/ Service template Pin
TSKNaidu18-May-10 21:34
TSKNaidu18-May-10 21:34 
AnswerRe: Visual Studio 2008 Web App/ Service template Pin
Estys18-May-10 23:06
Estys18-May-10 23:06 
GeneralRe: Visual Studio 2008 Web App/ Service template Pin
TSKNaidu20-May-10 0:13
TSKNaidu20-May-10 0:13 
QuestionconfirmSave alert box,cancel button functionality not working Pin
Member 447022318-May-10 21:19
Member 447022318-May-10 21:19 
Hi,
I have written the following code in javascript and when cancel
button is clicked in alert box, the record is getting saved and when again
second time when cancel button is clicked the functionality of
the cancel button in the alertbox is working fine.My issue is at the first time
my cancel button is not working and my record is getting saved.can anybody let me know the solution of this issue.
function confirmsave()
{
if(confirm("Are u sure u want to Save Record?"))
{
return true;
}
else
{
document.getElementById('<%=Label22.ClientID %>').innerHTML = "Cancel";
return false;
}
}
<asputton ID="btnsave" runat="server" Style="z-index: 101; left: 420px; position: absolute;
top: 37px" Text="Save" Width="64px" OnClientClick="javascript:return confirmsave();" OnClick="btnsave_Click" /> protected void btnsave_Click(object sender, EventArgs e)
{
if (Page.IsValid == true)
{
Label22.Visible = true;
Label22.Text = " Record Saved ";
}
} Thanks
Ramesh
AnswerRe: confirmSave alert box,cancel button functionality not working Pin
banker_kiran18-May-10 23:42
banker_kiran18-May-10 23:42 
AnswerRe: confirmSave alert box,cancel button functionality not working Pin
Arindam Tewary18-May-10 23:43
professionalArindam Tewary18-May-10 23:43 
QuestionUpdate a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc18-May-10 21:06
grafiksinc18-May-10 21:06 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
Dinesh Mani18-May-10 21:31
Dinesh Mani18-May-10 21:31 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 12:33
grafiksinc19-May-10 12:33 
AnswerRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
Dinesh Mani19-May-10 21:16
Dinesh Mani19-May-10 21:16 
AnswerRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 21:23
grafiksinc19-May-10 21:23 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 21:25
grafiksinc19-May-10 21:25 
QuestionHow to keep tag open in XML file if no data available? Pin
rahul.net1118-May-10 21:03
rahul.net1118-May-10 21:03 
QuestionRender a custom ASP.NET user control to excel ? Pin
Gagan111818-May-10 20:56
Gagan111818-May-10 20:56 
QuestionFinal Year Project Pin
Nasri8718-May-10 15:42
Nasri8718-May-10 15:42 
AnswerRe: Final Year Project Pin
Not Active18-May-10 15:52
mentorNot Active18-May-10 15:52 
AnswerRe: Final Year Project Pin
neal12318-May-10 19:02
neal12318-May-10 19:02 
AnswerRe: Final Year Project Pin
Sandeep Mewara18-May-10 19:33
mveSandeep Mewara18-May-10 19:33 
AnswerRe: Final Year Project Pin
Gaurav Dudeja India18-May-10 20:29
Gaurav Dudeja India18-May-10 20:29 
AnswerRe: Final Year Project Pin
Nasri872-Jun-10 20:45
Nasri872-Jun-10 20:45 
QuestionCouldn't understand this code Pin
netJP12L18-May-10 10:44
netJP12L18-May-10 10:44 

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.