15,666,033 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by SREENATH GANGA (Top 70 by date)
SREENATH GANGA
19-Feb-17 6:04am
View
Give the code you had done
SREENATH GANGA
13-May-15 1:53am
View
Did your second form opens after the first form? like when clicking on the picture box of first one or any other control on the form?
SREENATH GANGA
10-May-15 4:16am
View
sample code gives the solution thanks
SREENATH GANGA
5-May-15 12:58pm
View
its a format and display exception..its not getting stuck at any custom code
SREENATH GANGA
25-Feb-15 4:19am
View
Please try to give more details in the question bro , Please make clear whats your issue?..whether you are getting the dropdown of combobox on second click on the cell only or whether you are able to do some action on the combobox after double click only?
SREENATH GANGA
23-Jul-14 11:32am
View
No only option is using the Date itself. We want to show the Expense and Income of each date
there is relationship between theese tables
SREENATH GANGA
5-Jun-14 7:20am
View
which database
SREENATH GANGA
1-Jun-14 9:39am
View
Thanks bro . I accept the Security issue and the chance that the answers will be available to users...but this is just a Kids project and doesn't require more security thats why i choose this option
SREENATH GANGA
29-Apr-14 4:48am
View
thanks bro
SREENATH GANGA
28-Apr-14 8:22am
View
14, 15 and 12th column means duration ,difference and difference1
SREENATH GANGA
14-Jan-14 10:51am
View
yes its in the same folder and when I view it from local machine(development machine its working fine means page is navigates
SREENATH GANGA
14-Jan-14 10:09am
View
I changed It and tried but still the issue is continuing
SREENATH GANGA
14-Jan-14 8:44am
View
is it a windows app or web ?
SREENATH GANGA
14-Jan-14 8:39am
View
good but if else may be little bit faster also check for null value when handling with dropdownlist
SREENATH GANGA
26-Nov-13 0:02am
View
old system is windows 2000 now the new systems are Win& and win xp
SREENATH GANGA
25-Nov-13 6:10am
View
I had the old system with me.can you pls tell me how to set up the Odbc datasource
SREENATH GANGA
30-Apr-13 1:32am
View
but i had already developed more than 80 forms in winform using mdiparent child format
SREENATH GANGA
19-Mar-13 7:56am
View
Deleted
:)
SREENATH GANGA
19-Mar-13 5:06am
View
I am doing the same but the issue still remain why cannot we tell the application not to run unless the both the server time and client time are not synchroonized
SREENATH GANGA
19-Mar-13 3:43am
View
@orginal grif you mean to say that i have to change all the insert query and replace all system.datetime.now.date to getdate() or any other a tips at server end
SREENATH GANGA
21-Feb-13 8:03am
View
:) sorry @naveen
SREENATH GANGA
21-Feb-13 7:55am
View
My appologies too.. Iam not a good webdeveloper this is my first webpage and iam a windows form developer till now so my html may be little bit messy
SREENATH GANGA
21-Feb-13 7:53am
View
@naveen Default button doesnot require an focus to trigger ..anyway iam going to do the js for the meanwhile but this is a issue..and one more thing webform textbox doesnot have an keydown or keypress event
SREENATH GANGA
21-Feb-13 7:45am
View
@naveen Soory if i confused you
Please look on the issue
Scenario 1: I entered the drivername on the textbox and cliked on the default button.......I get the datatable filled
Scenario 2 : I entered the drivername on the textbox and without leaving the focus from the textbox I press enter .....I didnt get any datatable filled
SREENATH GANGA
21-Feb-13 7:39am
View
<asp:Panel Id="panel2" runat="server" DefaultButton="bt1">
<asp:TextBox ID="txtDrivername" runat="server" Width="153px">
<asp:Button id="bt1" Text="Default" runat="server" onclick="bt1_Click" />
it is bt1_Click itself
SREENATH GANGA
21-Feb-13 7:36am
View
no @naveen my select query is working perfectly my issue is that when i press enter in the textbox the default button click event is not being triggered
SREENATH GANGA
21-Feb-13 7:34am
View
@naveeen Query is returning value, when I physically click the defaultbutton it gives the datatable filled but when I type in the drivername and press enter that block is not executed
SREENATH GANGA
21-Feb-13 7:32am
View
@sanjeev when iam clicking the default button its working and iam able to get a datatable filled ...but with enter button iam not able to get that same module run
SREENATH GANGA
21-Feb-13 7:27am
View
i will set that datatable dt as the datasource of a gridview but the problem is this this query blow in not being executed.
SREENATH GANGA
21-Feb-13 7:14am
View
i updated my question pls see it
SREENATH GANGA
21-Feb-13 7:10am
View
means all is fine but when i press the enter key in debug mode it never enters the function bt1_Click() which is the click function of the default button
SREENATH GANGA
20-Feb-13 6:34am
View
no.sorry
SREENATH GANGA
20-Feb-13 6:30am
View
Thankyou for your support I kept the dropdownlist inside contenttemplate still issue continues
SREENATH GANGA
20-Feb-13 6:24am
View
Deleted
<asp:UpdatePanel ID="UpdatePanel3" runat="server">
<contenttemplate>
<asp:DropDownList ID="DropDownList1" runat="server" Height="24px"
Width="186px">
SREENATH GANGA
20-Feb-13 6:07am
View
thank you ....but vwhen i try to put it inside iam getting error at run at server Parser Error Message: Type 'System.Web.UI.UpdatePanel' does not have a public property named 'DropDownList'.
SREENATH GANGA
20-Feb-13 6:05am
View
hy script manager is at masterpage
SREENATH GANGA
25-Oct-12 5:22am
View
wow great idea dear...let me try
SREENATH GANGA
16-Oct-12 4:30am
View
Its 100s of controlssover there .........
SREENATH GANGA
26-Sep-12 4:04am
View
thsnks Iam a new bie and is not so good in Stored procedures so to reduce learning time i chose inline queries
SREENATH GANGA
2-Sep-12 7:36am
View
I was also wondering whether to use a datetime or Time ,,but I didnt want the date part t also to go to database ,this is the flace where i define the Shift time it doesnot need a date it just says shift A is from this time to this thime evaery day ..I will be using this time for every swipe in machine ...anyway was a good idea forwarded by you
SREENATH GANGA
20-May-12 14:58pm
View
thank you
SREENATH GANGA
20-Mar-12 12:53pm
View
is slno a feild from database
SREENATH GANGA
10-Feb-12 5:18am
View
I tried it but same result
SREENATH GANGA
30-Nov-11 5:33am
View
but the same resullt
SREENATH GANGA
30-Nov-11 5:33am
View
yes
SREENATH GANGA
14-Nov-11 13:06pm
View
I had deleted .suo files but cannot find any.ncb or .user files and Iam not geting properties for controlls added in new forms also
SREENATH GANGA
14-Oct-11 6:11am
View
no its not working my friend
SREENATH GANGA
10-Oct-11 23:34pm
View
sure if its only 2 seconds no prblm sir
SREENATH GANGA
9-Oct-11 13:17pm
View
THANK YOU A LOT
SREENATH GANGA
4-Oct-11 13:59pm
View
ya sir I know I have to get my own ideas I did it like this I created a autogenerating feild in database which get generated and incremented when i press the key "new jobcode" anf then I concatenate it to a string "NFT" so that the combination becomes NFT223 next one NFT224 etc but the thing is two data transaction is going on when i start creating jobcode (entering the database and finding last autoincremented value taking it to the application again) and again after data entry we have to submit back it will slow down athe application in future I think ANY WAAY THANK YOU FOR GUIDING
SREENATH GANGA
4-Oct-11 13:36pm
View
thank you sir but the problem is I want the alphanumeric value same for all and sorry tell that it is a little bit dificult in understanding ur answer as \iam a beginer can you explain simply plssss
SREENATH GANGA
7-Jul-11 10:40am
View
thankuu it worked
SREENATH GANGA
7-Jul-11 5:40am
View
sorry sir Iam new in codeproject anyway thank you for advice
SREENATH GANGA
6-Jul-11 13:13pm
View
can anyone tell me simply
SREENATH GANGA
25-Jun-11 10:34am
View
can it be run on web like applet in java? sir sorry if iam asking foolishness
SREENATH GANGA
24-Jun-11 11:37am
View
thank you it solved my problem very very thankssssssssssssss
SREENATH GANGA
24-Jun-11 9:50am
View
thank you thanku a lotttttttttttt
SREENATH GANGA
24-Jun-11 8:31am
View
I had done it but same exception occurs
SREENATH GANGA
24-Jun-11 4:01am
View
the problm is not being corrected
SREENATH GANGA
22-Jun-11 11:43am
View
I had already done it
SREENATH GANGA
21-Jun-11 12:22pm
View
dt contains 3 rows but it is not being filled on data grid
SREENATH GANGA
20-Jun-11 12:09pm
View
NO FRIEND THIS SOLUTION IS NOT WORKING
SREENATH GANGA
5-Feb-11 2:47am
View
OleDbConnection oleDbConnection1 = new System.Data.OleDb.OleDbConnection(connString);
oleDbConnection1.Open();
String query = "Update masterusertable set username='" + userdata.Username + "',password='" + userdata.Passsword + "',phoneno=" + userdata.Phone + ", adress='" + userdata.Adress1 + "' where userid ='" + userdata.Userid + "'";
OleDbCommand oleDbCommand1 = new System.Data.OleDb.OleDbCommand(query, oleDbConnection1);
oleDbCommand1.CommandType = CommandType.Text;
oleDbCommand1.ExecuteNonQuery();
oleDbConnection1.Close();
showdata12();
clearcontrol();
this was my code
error it points to
oleDbCommand1.ExecuteNonQuery();
SREENATH GANGA
3-Feb-11 7:51am
View
its shows oledbexception due to syntax error in update statement ,no the userid is text but unique NON DUPLICABLE
SREENATH GANGA
3-Feb-11 7:29am
View
ya it also works tanku
SREENATH GANGA
3-Feb-11 1:33am
View
the first snippet compiles without exception but give empty dataset
the second one show error that the Shipmentdate parameter doesnot exist in cureent contrast when i removed the quates it accept it but returns empty dataset Anyway Thanks for help
SREENATH GANGA
2-Feb-11 6:53am
View
i had tried all and the above code shows no error but dataset is null the datatype of shipmentdate is date/time in shortdateformat in acess
SREENATH GANGA
2-Feb-11 6:23am
View
at da adapter.fill()
SREENATH GANGA
2-Feb-11 6:22am
View
type mismatch criteria exception
SREENATH GANGA
2-Feb-11 2:42am
View
DateTime time = dtpfromDate.Value;
String timedsate = time.ToShortDateString();
MessageBox.Show(time.ToString());
OleDbConnection oledbconnection=new OleDbConnection(connString);
oledbconnection.Open();
String query = "Select jobcode,companyName,vehicleno,shipmentdate,totalamount,advance,drivername,fromPlace,destination from jobmastertable where (shipmentdate=@shipmentdate)";
OleDbDataAdapter dAdapter = new OleDbDataAdapter(query,oledbconnection);
dAdapter.SelectCommand.Parameters.AddWithValue("@shipmentdate", time);
DataSet ds = new DataSet();
dAdapter.Fill(ds,"tbljobmastertable");
tblpaymentview.DataSource = ds.Tables["tbljobmastertable"].DefaultView;
this worked without exception but no output
Show More