Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Tags

28 Posted Topics

Member Avatar for umamahesh2020

Hi all, [ICODE]i want code for "How to put autopostback property true/false using javascript".[/ICODE]

0
83
Member Avatar for umamahesh2020

[CODE]function ValidChkBox(source, args) { //var pnl = "tabContainer_tabPanel" + Pageno + "_MultipleChoice_" + ElementID; var chkChoiceList = document.getElementById('<%= chkChoiceList.ClientID %>'); var chkChoice = chkChoiceList.getElementsByTagName('input'); for (var i = 0; i < chkChoice.length; i++) { if (chkChoice[i].checked) { args.IsValid = true; return; } } args.IsValid = false; }[/CODE] [QUOTE]The aboue coding …

0
61
Member Avatar for umamahesh2020

Hi, In my page one asp fileuploader is there .While i am validating the textbox in page with the save click event, the fileuploader is deleting the path what i given. So please give me any idea for my problem.

Member Avatar for jcarbillon
0
63
Member Avatar for samithad
Member Avatar for umamahesh2020
0
54
Member Avatar for avanthig
Member Avatar for umamahesh2020

Please give me reply as early as possible!!! [CODE]In this at the code "Set rs = db.OpenRecordset(SQL)" here the loop auto matically terimates[/CODE] [CODE]Private Sub cmd_Copy_Policy_Click() On Error GoTo Err_Click Dim db As Database Dim SQL As String Dim rs As Recordset Dim PolicyYear As Integer Dim NewYear As Integer …

Member Avatar for AndreRet
0
172
Member Avatar for umamahesh2020
Member Avatar for umamahesh2020
0
99
Member Avatar for umamahesh2020

[ICODE]Dim postUrl postUrl = "http://localhost:8002/XXX.asmx/methodname" Set xmlhttp = server.Createobject ("Microsoft.XMLHTTP") xmlhttp.Open "POST",postUrl,false xmlhttp.setRequestHeader "Content- Type","application/x-www-form-urlencoded" xmlhttp.send DataToSend Response.Write DataToSend & "<br>" [/ICODE]

0
58
Member Avatar for umamahesh2020

Please any one can help to Expand and Collapse of menu with round corner with "expand image" and "collapse Image". i have attaching a link for reference [URL="http://www.sothink.com/product/treemenu/samples/statecode/statecode.php"]http://www.sothink.com/product/treemenu/samples/statecode/statecode.php[/URL] In this in place of '+' icon replace as "expand image" as well as '-' icon like tree menu [IMG]http://javascripttreemenu.com/img/seo-vertical-tree-navigation-17.jpg[/IMG]

Member Avatar for Taywin
0
118
Member Avatar for Jessurider
Member Avatar for tendaimare
Member Avatar for raj123456789

[CODE]<%@ Page Title="" Language="C#" MasterPageFile="~/master.Master" CodeBehind="addressBook.aspx.cs" %> [/CODE] in user aspx code side write on Page ==>MasterPageFile="~/master.Master"

Member Avatar for umamahesh2020
0
86
Member Avatar for umamahesh2020

[CODE]<employees> <employee> <user_id>6</user_id> <profile_name>Developer</profile_name> <profile_id>2</profile_id> <user_status>1</user_status> <gender>1</gender> <first_name>Anulesh</first_name> <last_name>Gupta</last_name> <address>106/B, 1st Floor, 46th Cross, 4th Block, Rajajinagar,</address> <pswd>password</pswd> <pswd_change_dte>2011-01-25T19:48:00+05:30</pswd_change_dte> <email_addr>anulesh.gupta@effone.com</email_addr> <phone>91-080-22445281</phone> <dob>1981-09-18T00:00:00+05:30</dob> <join_date>2008-11-20T00:00:00+05:30</join_date> <receive_email_notification>true</receive_email_notification> <last_logged_in>2011-01-25T19:48:00+05:30</last_logged_in> <emp_id>1001</emp_id> <full_name>Anulesh Gupta</full_name> <skill_set /> <city>Bangalore</city> <state>Karnataka</state> <country>India</country> <zip_code>560010</zip_code> <mobile_number>22445281</mobile_number> <pwd_flag>1</pwd_flag> <reports_to>5</reports_to> </employee> </employees>[/CODE] Convert this into this format , please help me out for …

Member Avatar for umamahesh2020
0
1K
Member Avatar for abdul saboor
Member Avatar for umamahesh2020

[CODE]Server Error in '/' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object …

Member Avatar for umamahesh2020
0
137
Member Avatar for umamahesh2020

How to Group the data in GridView groups with alphabets like: if Empname=john Empname=jade combine these into group like Empname j--------------------- john jade like that

0
54
Member Avatar for umamahesh2020

I getting an error that one when click on the Export Button in the show shows the data of GridView Along with PageIndexing NUmbers also [CODE] protected void btnexcel_Click(object sender, EventArgs e) { Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=Emp.xls"); Response.ContentType = "application/vnd.ms-excel"; StringWriter sw = new StringWriter(); HtmlTextWriter htw = new HtmlTextWriter(sw); GridView1.RenderControl(htw); …

Member Avatar for umamahesh2020
0
154
Member Avatar for shallug

Do you want validator using ajax r what? If any possible provide your code please...

Member Avatar for umamahesh2020
0
227
Member Avatar for umamahesh2020

[ICODE]it won't show any error but after clicking the update it show the previous data again[/ICODE] [CODE]protected void gvdatatable_RowUpdating(object sender, GridViewUpdateEventArgs e) { try { GridViewRow row = (GridViewRow)gvdatatablle.Rows[e.RowIndex]; Label lbl = (Label)row.FindControl("lblid"); TextBox txt1 = (TextBox)row.FindControl("txtpassword"); TextBox txt2 = (TextBox)row.FindControl("txtconpassword"); TextBox txt3 = (TextBox)row.FindControl("txtemail"); gvdatatablle.EditIndex = -1; SqlConnection con …

Member Avatar for umamahesh2020
0
131
Member Avatar for savitasagar

[CODE]<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <script type="text/javascript"> function updateImage() { var req = '/ImageWorkshop/GetImage?'; var query = ''; if ($('#HorizontalFlip').is(':checked')) query += '&HorizontalFlip=1'; if ($('#VerticalFlip').is(':checked')) query += '&VerticalFlip=1'; if ($('#RotateLeft').is(':checked')) query += '&RotateLeft=1'; if ($('#RotateRight').is(':checked')) query += '&RotateRight=1'; req += query.substr(1); $('#image').attr("src", req); } </script> <h2>Image Workshop</h2> <% using(Html.BeginForm()) { %> …

Member Avatar for umamahesh2020
0
264
Member Avatar for RajendraReddy

There are two types of assembly Private and Public assembly. A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath. A shared assembly is normally stored in the global assembly cache, which is a repository of assemblies maintained by …

Member Avatar for umamahesh2020
-1
61
Member Avatar for sathiya
Member Avatar for Victoryy
Member Avatar for Victoryy
0
109
Member Avatar for divyakrishnan

The code will "Generate a Random Password" /////////////////////////////////////////////////////////////////////////////// // SAMPLE: Generates random password, which complies with the strong password // rules and does not contain ambiguous characters. // // To run this sample, create a new Visual C# project using the Console // Application template and replace the contents of …

Member Avatar for AlBars
0
1K
Member Avatar for tarwara

[QUOTE]Try This Code[/QUOTE] [CODE] using System; using System.Data; using System.Configuration; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Net.Mail; using System.Windows.Forms; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void btnSend_Click(object sender, EventArgs …

Member Avatar for jugosoft
0
977
Member Avatar for nirveshverma
Member Avatar for umamahesh2020

[ICODE][COLOR="Red"]Please send any Example for [B][U]DataBinding of WPF with SQL Server[/U][/B][/COLOR][/ICODE]:):):)

Member Avatar for kvprajapati
0
52
Member Avatar for umamahesh2020
Member Avatar for pranav.falcon
0
106

The End.