Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: NaVeN Kumar [x]
Answer 13 May 2013   license: CPOL
Thanks to every one...I got the answer..Button Click server side event:ScriptManager.RegisterStartupScript(this, this.GetType(), "ModalPopup", "Sys.Application.add_load( function() { reloadModal = function() { funOpenUploadImageController();}; ...
Question 13 May 2013   license: CPOL
How to get the id of modalpopupextender in javascript when scriptManager is used....Button event in server side:ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Add","funOpenUploadImageController();", true);javascript:function funOpenUploadImageController() { ...
My vote of 5 by NaVeN Kumar
Forum Message 7 May 2013  
Correct one...
Question 7 May 2013   license: CPOL
Hello All,I have one page with GridView. Now I wanted to drag and drop of rows. I have searched and found some articles and in that they have given MouseEventArgs... I am not getting those Args in my web page. Do I need to add any thing to get MouseEventArgs on my web page?.private void...
Question 2 May 2013   license: CPOL
Hello All,I have one table with columns and values like belowstgID--CMD---KitProductID---KitComponentID--KitQty created_On updated_On14-----Insert-26532-00-0131--26532-00-0123--123 ---2013-05-01 18:50:50.447 2013-05-01 18:50:50.430 15-----UPDATE-26532-00-0131--26532-00-0123--123...
Question 26 Apr 2013   license: CPOL
Hello All,I have a table likeId Name 1 Naveen2 Naveen 3 Kumar 4 Kumar 5 Alex 6 Alex I want out put like belowId Name 1 Naveen 3 Kumar 5 Alex Please help me on this... I have used Rowcommand()...
Question 22 Apr 2013   license: CPOL
Hello All,I am not getting full path of uploaded file in Mozilla Firefox and getting from IE. Below is the code I have used to get path.string strFileName = fileUpload.postedFile.FileName;I have to read that file and show it on gridview.Is there any way to get file path from...
Total size of a harddisk by NaVeN Kumar
Answer 21 Apr 2013   license: CPOL
Please go through the below link.. Hope this will help you...Total Size of hard diskThank you!!
C#
Answer 15 Apr 2013   license: CPOL
Hi,I dont know why you need to convert c# code to c++... Any way go through below link once... it may help you.C# to C++ ConverterThank you...
Question 4 Apr 2013   license: CPOL
Hello All,I have a textbox with multiline in my page. I am inserting this textbox value into gridview or database. I have given one tag like in textbox and clicked on submit. It is giving an error like belowMicrosoft JScript runtime error:...
Question 4 Apr 2013   license: CPOL
Hello All,I have one text box control in my page. I have to show this text box value in another label(through javascript) on clicking preview button. My problem is if I given like 'Naveen_____________kumar'(Here _____ means white space) it is coming like 'Naveen kumar'. But I have to show...
Answer 1 Apr 2013   license: CPOL
For Ajax color picker Go through below url.Color picker
Answer 21 Mar 2013   license: CPOL
In RowDataBound Eventprotected void grd_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { CheckBox chk = (CheckBox)e.Row.FindControl("checkboxId"); Button btn = (Button)e.Row.FindControl("yourid"); //u will...
Answer 12 Mar 2013   license: CPOL
Try to use below code. function noBack() { window.history.forward(); }Go through this article (disable back button) for more information. ThanksNaveen
Answer 4 Mar 2013   license: CPOL
You have to write Javascript if you want to display calculated amount onchange event.On PageLoad:txtbox2.Attributes.Add("OnChange", "javascript:return fnOnblur()");your calculated amount will display when you change from txtbox2.Javascript:function fnOnblur() { ...
Answer 19 Feb 2013   license: CPOL
For overview of HTTP Module and HTTP Handler, have a look on below link.HTTP Module & HandlerTo Implement HTTP Module and HTTP go through below linkImplementation of HTTP Module & HandlerHope these will help you!!ThanksNaveen
Answer 19 Feb 2013   license: CPOL
You can find lot of examples and how to use in webpage in below link...Ajax Go through this link.Example For Update Panel:You need to put your code in content template like shown in below... ...
Answer 15 Feb 2013   license: CPOL
Hi you can do as below to get validation.In Aspx page
c# datatable tutorial by NaVeN Kumar
Answer 9 Feb 2013   license: CPOL
Here is a link for Datatable tutorial... Go through once...DataTable()
C#
problem with project by NaVeN Kumar
Answer 9 Feb 2013   license: CPOL
You can show your product details by using GridView as Rohit said.Below is another article, may helpful to you... please go through this article...Editable GridView in ASP.NET 2.0[^]
Answer 4 Feb 2013   license: CPOL
you can not retain the value of fileupload control, once the page is reloaded it will lose the file name.
Answer 23 Jan 2013   license: CPOL
String currDateTime = System.DateTime.Now.ToString();
Answer 10 Jan 2013   license: CPOL
For Example:String s = "Marcus"; It is a string literal.String s2 = new String("Marcus"); A new instance is created as you have created the string with the new operator.But again if you have created a new string likeString s1 = "Marcus"First it searches if the string "Marcus"...
C#
Answer 8 Jan 2013   license: CPOL
The .NET Framework is a technology that supports building and running the next generation of applications and XML Web services.Language is used to programing to develop applications.Technology is set of programmes to find a new way of solving current systems backlogs.The .NET...

Page 1 of 1


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid