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


Author filtered by: abhhy09 [x]
Question 7 May 2013   license: CPOL
I am trying to create the WCF Self hosting application i have created the hosting applicationwhich is running fine. But in the client side it is giving error (error code 10061) i know issue is related to address specified in the app.config in client application. Need solution to fixed this...
Question 7 Mar 2013   license: CPOL
I have Three class Public class class1:IClass{ //implementation of interface}Public class class2:IClass{ //implementation of interface}Public class class3:IClass{ //implementation of interface public void fun1() { } }interface...
C#
Answer 12 Jan 2012   license: CPOL
Try to add your textbox in rowCreated event of gridex.Dim txtbox as new textboxFind the perticular column and then add textbox.
Answer 12 Jan 2012   license: CPOL
Is your Store Procedure accept parameter?Where are you passing them?
C#
Question 3 Jan 2012   license: CPOL
I am using gridview in aspx page,in one column of grid i am using radio button to bind the grid i am using objectdatasource.i want to write the code on radio button server side.i am facing a problem that my selection in lost as after radio buttons server side code fires gridview again...
Question 3 Dec 2011   license: CPOL
i am using asp.net in which i am using user control,in user control i am using modulemodal popup extender to show grid.and in my asp.net page there is also one grid.i want to transfer the value of user control which i am selecting by click on it from grid to my asp.net page main...
Answer 17 Aug 2011   license: CPOL
@usha nelavalli : Plz check that your data set is fill with all the records(by clicking on it in debugging mode)if it is fill with all the records the it will show result as u want.
Answer 6 Aug 2011   license: CPOL
Add Background Image to Button and make its property as stretch.
Answer 5 Jul 2011   license: CPOL
to get the record you may use datareader instead of executenonquery
Question 27 Jun 2011   license: CPOL
1 Can we add destructor in abstract class?2 Where to use abstract class and interface ?Please provide example.Thanks in Advance.
Answer 25 Jun 2011   license: CPOL
you are using ms accessTry this out.. SELECT TOP 3 cat_type FROM tblname it will show top 3 records from your table.
Question 24 Jun 2011   license: CPOL
1 What is dodatabound in asp.Net ?2 How we can add TextBox in Grid Control at runtime?
Answer 17 Apr 2011   license: CPOL
handle that label value in another column and set that column width=0 so it will not be visible and get that value from the hidden column.Hope this trick will help to solve ur problem.
Question 21 Mar 2011   license: CPOL
I want to read 10 html files on 10 different button click.(one html file on each click)and display that html content in perticular div.when i click on 1 button it read and show the first html file contentand when i click on 2 button it should replace the first html content with second...
Answer 10 Mar 2011   license: CPOL
'This will insert class in your combo box 'your database contain one borad table and one class table 'depending on boardid class will selected from database.' _cmbclass-This is your combo box name 'pass any boardidPrivate Function getClass(ByVal _cmbclass As ComboBox, ByVal boardID...
C#
Sql Query Question by abhhy09
Answer 23 Jan 2011   license: CPOL
i got the answer select max(amount) from salary where amount not in (select max(amount) from salary)
SQL
Forum Message 23 Jan 2011  
I want to draw table in ExtendedRichTextbox in the same way as we draw in Word,taking input from user
Answer 23 Jan 2011   license: CPOL
If u want to sort a finalarray,copy ur Firstarray and Secondarray into finalarray and then simple ur finalarray.sort method.if u are creating comma separated string then add comma at the end public string Convert_to_String() { string s = ""; for...
C#
Question 22 Jan 2011   license: CPOL
I want to Draw table on Extended Rich Textbox as the same way as we draw in Mircosoft Word.please mail me on may mail id [removed]Thanks,
Sql Query Question by abhhy09
Question 22 Jan 2011   license: CPOL
i have table with fields 1. SalaryID 2.Salary Amounti want to get second highest salary from my table using query.
SQL

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