Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
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
Member Avatar for umamahesh2020

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

0
78
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
57
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
61
Member Avatar for samithad

Hi , im totally new to asp.net any one please let me know how can i find code to be edited to customize radius selection tool . This is a asp.net web project which has mapxtrem template . Anyone needs more details to answer pls let me know . [CODE] …

Member Avatar for umamahesh2020
0
51
Member Avatar for avanthig

HI .... i want to print the text vertically from bottom to top and left to right and am using the style property is writing-mode:tb-rl fliterv filterh . It shows correct format in IE6 browser but when i see print preview it looks like mirror image like top-bottom and right …

Member Avatar for avanthig
0
112
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
167
Member Avatar for umamahesh2020
Member Avatar for umamahesh2020
0
94
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
56
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
114
Member Avatar for Jessurider
Member Avatar for umamahesh2020
-1
81
Member Avatar for tendaimare

i've just started doing asp.net i am good in vb.net but i've encountered a challenge.First of all isnt it supposed to be private sub not protected.As you can see i want to output a message on the label which is green but i am getting an error saying green is …

Member Avatar for umamahesh2020
0
98
Member Avatar for raj123456789

i have created a masterpage with two panels on the top for tittle and other stuff.Then i started created a webform using masterpage .But i cant see those panels in my new page usually it automatically does show the cannot.can any one please suggest me whats the problem...

Member Avatar for umamahesh2020
0
82
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 croker10
-1
109
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
135
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
52
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
151
Member Avatar for shallug

Hi, I have created a registeration page without using login controls in asp.net (C#). I have taken label,text boxes and validation controls. Can u please help me, i dont know how to validate them or how this will work. Its very urgent Thankx

Member Avatar for umamahesh2020
0
219
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
127
Member Avatar for savitasagar

i used the image editor control of ajax but it is not able to edit the image or upload the image. i want to use image editor with upload the image

Member Avatar for umamahesh2020
0
253
Member Avatar for RajendraReddy

Which of the following are true regarding multiple versions of an assembly? a. When multiple versions of an assembly are available on the search path (AKA private assemblies), the runtime will use the first matching assembly with a version number equal to or higher than the assembly version that was …

Member Avatar for umamahesh2020
-1
59
Member Avatar for sathiya

Hi all, I would like to seek for some help from you on how to create a connection to a sql server database from an asp.net application using VB codes. I appreciate if you could provide me the relevant information about that with some sample codes. Thank you.

Member Avatar for bashirrafi
0
283
Member Avatar for Victoryy

HI All, I want to give the height and width to crystal report... How can i do that?? can we give user defined height and width to crystal report

Member Avatar for Victoryy
0
105
Member Avatar for divyakrishnan

Hi.. I want to encrypt and decrypt a password using c#.net.If any body knows please help me.

Member Avatar for AlBars
0
1K
Member Avatar for tarwara

I have used mailing in asp on local host which worked fine but The prob has occurred when i hosted the pages the error message is: Failure sending mail. and the code i am using: [code] Dim message As New MailMessage message.From = New MailAddress("xxx@gmail.com") message.To.Add(New MailAddress("xxx@yahoo.com")) message.Subject = test …

Member Avatar for jugosoft
0
962
Member Avatar for nirveshverma

hey buddies:) here is login page for begining purpose in asp.net i hope you will enjoy it and it is expected there is some mistakes also so please feedback it. Thanks

Member Avatar for umamahesh2020
0
153
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
103