Posts
 
Reputation
Joined
Last Seen
Ranked #480
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
91% Quality Score
Upvotes Received
20
Posts with Upvotes
19
Upvoting Members
15
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
9 Commented Posts
~67.8K People Reached
About Me

Like to help.

Interests
Music, Movies, Play Pool.
Favorite Tags
Member Avatar for babbu

i want to call the load event of the form inside the click event of the commant button depending upon certain condition how can i do this?

Member Avatar for Nahla_1
0
2K
Member Avatar for jbisono

Hello friends, I am trying to approach a procedure but i am stock trying to add a DropDownList control into a TreeView Control, there is no TreeNode.Control.Add(). can somebody give an idea how can i go for this. thanks.

Member Avatar for benny300
0
2K
Member Avatar for mansi sharma

I want to fill GridView ,But i dont want to use datasource..I want to use the method,thru which i add the data using row by row As in VB.net [code] Dim row0 As String() = {"A","B","C"}; Me.DataGridFile.Rows.Add(row0) [/code]. [code] public partial class refresh : System.Web.UI.Page { string query; SqlCommand cmd; …

Member Avatar for brianmanee
0
1K
Member Avatar for psathish2

this my code in aspx.. [code] <asp:GridView ID="GridView1" runat="server" OnRowDataBound="GridView1_RowDataBound" OnRowEditing="GridView1_RowEditing" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" OnRowCommand="GridView1_RowCommand" > <Columns> <asp:TemplateField ShowHeader="False"> <ItemTemplate> <asp:CheckBox ID="allgc" runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Action" ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="gdviewlnk" runat="server" >View</asp:LinkButton> / <asp:LinkButton ID="LinkButton1" runat="server">Edit</asp:LinkButton> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView> [/code] when i going to click the view linkbutton get …

Member Avatar for jdesk
-3
9K
Member Avatar for kobalt

Hello All, I'm having trouble with a little string search. My code downloads a webpage that contains a table of a list of sharenames, the company name and a margin rate in the following format: [CODE]<tr class="odd"> <td>AAC</td> <td>Australian Agricultural Company Limited.</td> <td>35.00%</td> <td> No </td> <td> No </td> <td> …

Member Avatar for jemware.waseem
0
204
Member Avatar for arbazpathan

I have made a web service to insert product details the web method is as follows [code] using System; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Linq; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] // …

Member Avatar for jbisono
-1
557
Member Avatar for d.f

Hello, all. I am receiving an error that I hope you all can help me with. After running a while or quite a few reports, I get the message " The maximum report processing jobs limit configured by your system administrator has been reached." I know this is because I …

Member Avatar for d.f
0
657
Member Avatar for hastingo

1 using System; // help me to write this code in object oriented 3 namespace ConsAppl_OOP_Keo_c39 4 { 5 class Procedure_Orieted_Programming 6 { 7 static void Registration(string studentID, string courseNumber) 8 { 9 Console.WriteLine("Данныерегист-циистуд-та: №студента - " + studentID + ", №курса - " + courseNumber); 10 } 11 static …

Member Avatar for jbisono
0
142
Member Avatar for jlk1380

Hi guys, I have a trouble with updating the updatepanel. I have a repeater inside my updatepanel which I load a list of data into it. for refreshing the data I need to update my updatepanel to refresh dispaly. what will be happend after that is my "submit" button which …

Member Avatar for jbisono
0
94
Member Avatar for jbisono

Hi friends, can you guys help me to find the best way to track information changes in sql server 2000, like a free utility. The problem is that i need to track every single table because i want to figure something out. we have an ERP System and there is …

Member Avatar for jbisono
0
159
Member Avatar for jbisono

Does anybody here have some experience calling a web service from android? Please help. Im using ksoap2 android 4.0 thanks for any info.

Member Avatar for jbisono
0
152
Member Avatar for MORFIOUS

m beginner in c# i got periodic table project from here [url]http://www.daniweb.com/software-development/csharp/threads/379733/page2[/url] my prob is this is totally code based and hard to editable for me since m newbie .... windows form is empty but output comes in proper form ,.......... i want to drag that output form into form1.cs …

Member Avatar for jbisono
0
149
Member Avatar for lubnafiroze

i have a database named "tbname". i have to enter the employee id in front end (asp.net) and search tht id in data base and print the result in front end...

Member Avatar for jbisono
0
50
Member Avatar for 0007sj

hello i am new in asp.net and working on my first project and facing problem on modalpopupextender. My thread- [U] When ever i set the properties of modalpopupextender it goes invisible from my design page. when i debug the project and click on link button it shows nothing .[/U] I …

Member Avatar for jbisono
0
182
Member Avatar for AndrewConroy

I started a programming course about a month ago, recently we started learning about using different code outside the main string and using them in order to pass data to each other I really got lost and didn't understand a word, wonder if anyone could help explain how it works, …

Member Avatar for Akill10
0
125
Member Avatar for desired

I want to display messagebox asp page while clicking on some controls...how can i get this?

Member Avatar for icedome
0
79
Member Avatar for great_learner

Hi guys, I am trying to create a table in SQL Server 2005 through simple query which is as follows: [CODE]create table Appointment { Doc_ID numeric(4,0) references Patient(Pat_ID), Pat_ID numeric(4,0) references Doctor(Doc_ID), _Day day, Date datetime, Consultant_Name varchar(40), primary key(Doc_ID,Pat_ID) };[/CODE] but i am getting the error: Msg 102, Level …

Member Avatar for BitBlt
0
690
Member Avatar for alleybye

This is pretty basic guys but i really dont know how to do this. okay. i have to panels on my webpage. what i need to do is i need to hide panel.. i have this [CODE] <script runat = "server"> private void hidepanel() { pnl_Add.Visible = true; pnl_List.Visible = …

Member Avatar for jbisono
0
170
Member Avatar for zachattack05

Can this be done? I know you can databind to form controls, but what about object properties? For example, I have a form that has two functions, to edit a record and to create a new record, but the problem is that in order to create a new record you …

Member Avatar for jbisono
0
91
Member Avatar for jackparsana

Hi, I have very simple project in vs2010 and mssql 2008. with only single page for example. when i run project its take too much time for loading.. when i change the value of radio button it will take some process. i use updatepanel also and autopostback=true radio button takes …

Member Avatar for carrieathomer
0
435
Member Avatar for eskimo456

Hi there My computers PSU recently died. So I replaced it and all seemed ok. My computer has now started to randomly freeze,hang or run really slow. I figured this may be a HDD problem, I used the chkdsk and it found 4KB in bad sectors. I tried to clean …

Member Avatar for jingda
0
118
Member Avatar for SAINTJAB

Hi guys, am having an issue with a mssql query an running in mssql 2005 server. I have two tables debttable (customer, subcat, drugs, form, total, paid, date, balance qty and amount as columns) and debtsum(customer, subcat, total, paid, date, balance). Now since both tables have some columns in common, …

Member Avatar for SAINTJAB
0
237
Member Avatar for pepyrs

Hello guyz, First of all, sorry for starting new thread with similar topic but I read each and still can't figure out how to do it. I'm having a database, using GridView I retrieve the data into my WEB application. Then I set the rows to editable (not sure if …

Member Avatar for jbisono
0
120
Member Avatar for mangal123
Re: ajax

ajax can i do programming of ajax in asp.net please help me and give me demo of ajax programming

Member Avatar for jbisono
0
107
Member Avatar for kylelendo

Hii friends I am creating a web application Now there are only two users who will login to the system the two users are Admin and staff When Admin logins he is directed to Admin.aspx and when staff login he is directed to Staff.aspx I have created a database Table …

Member Avatar for jbisono
0
153
Member Avatar for Moss ali

Hi Dudes i need a javascript code for code behind using c#.When user click on delete button the popup dialog open Do you really want to delete Yes/No on Yes i want to put my Delete Method there.Pls help me.Thanks in advance.

Member Avatar for nakor77
0
223
Member Avatar for bhagawatshinde

Hi, can anybody have any idea about Replacing .NET WebBrowser control with a better browser, like Chrome,mozilla?

Member Avatar for NetJunkie
0
65
Member Avatar for wfbp

I am attempting to pull a single record with the most recent affective date. However, I am getting two records with effective dates of 04/01/2010 and 12/01/2009. Can someone please tell me how to pull only the record with an effective date of 04/01/2010? Thanks for your help. [CODE] select …

Member Avatar for jbisono
0
136
Member Avatar for naveedqadri

Hi all Experts , I am converting my application from Oracle database to Mysql , i am facing alot of problems, some experts are really helping me , i am thankfull to all those how helping people like me. They actually encouraging us to do more n more. Thanks all …

Member Avatar for jbisono
0
111
Member Avatar for jovillanuev

Guys, How to make an scripts if itemnumber have no '-U' then i will place this on the right side while if there's an exising '-U' then no replacement to be done. [CODE] ItemNumber ------------------ P300-4410-DROIDERIS P300-4110-TOUR P333-4410-EVO-U P333-4129-8530PUR-U P333-4170-9330GRY-U P333-4110-8350-U RESULTS: ItemNumber ------------------ P300-4410-DROIDERIS-U P300-4110-TOUR-U P333-4410-EVO-U P333-4129-8530PUR-U P333-4170-9330GRY-U P333-4110-8350-U …

Member Avatar for jbisono
0
108