15,744,500 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 Javascript questions
View C++ questions
View Python 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 ujali (Top 38 by date)
ujali
4-Sep-13 5:39am
View
Can u Provide Me any link For This.
ujali
4-Sep-13 1:32am
View
I am Not using sql, i am simply using streamreder to read csv file and then browsing into the DataGrid Of Windows Mobile Application,now when i am updating and saving or writing into csv Its Taking Only 16000 Lines Of data,So how can i use Bulkcopy if i am not using sql
ujali
3-Sep-13 12:42pm
View
I used String Builder And Then i write that String To the File By using StreamWriter ,And IT Work..Now 16000 data is getting save into the file but i want 30000 data to be saved ,
If I put more data than 16000 then its giving error that out of memory Exception..
any kind of help will be appreciated.
and Thanks For the Solution given before..IT Was quite helpful
ujali
2-Sep-13 5:19am
View
i am not using sql ..the data is only in csv file,and i am writing string value in csv
ujali
2-Sep-13 5:17am
View
more than 2000 data taking too much time
ujali
2-Sep-13 5:16am
View
less than 2 min
ujali
13-Aug-13 4:40am
View
It is not Useful,DataGridCustomchekboxColumn class is not defined in c# mobile app
ujali
11-Apr-13 4:28am
View
simply by typing text in colounm in hindi,not typing,i just copy hindi text in colounm and run the table,how to check that my editor supports UTF-8 character set
ujali
11-Apr-13 4:20am
View
simply by typing text in colounm in hindi,not typing,i just copy hindi text in colounm and run the table,how to check that my editor supports UTF-8 character set
ujali
11-Apr-13 4:04am
View
i tried this ..but while i am editing something in that coloumn in mysql in hindi language ,it is taking ??? this value or storing this value.
ujali
14-Mar-13 9:18am
View
this is not working...
ujali
14-Mar-13 7:46am
View
but my save or say update button is outside the grid...then how should i do ..and particular row should get updated..
ujali
12-Mar-13 9:59am
View
still the problem is not solved
ujali
12-Mar-13 7:25am
View
yes it is session time out
ujali
12-Mar-13 4:59am
View
still giving the same error
ujali
12-Mar-13 3:45am
View
so what should i do?
ujali
12-Mar-13 3:37am
View
String was not recognized as a valid DateTime.
at this line
DateTime testdt = DateTime.ParseExact(txttestdate.Text, "yy/dd/MM", null);
ujali
12-Mar-13 3:36am
View
null
ujali
12-Mar-13 3:29am
View
this is also having textchanged event
protected void txttestdate_TextChanged(object sender, EventArgs e)
{
updatecareplan(sender);
}
so as i am taking cursor in that field it is giving error
ujali
12-Mar-13 3:25am
View
DateTime testdt = DateTime.ParseExact(txttestdate.Text, "yy/dd/MM", null);
it is also giving the same error
ujali
12-Mar-13 3:21am
View
this field is in item template
ujali
12-Mar-13 3:20am
View
<asp:TemplateField HeaderText="Current Date">
<itemtemplate>
<asp:TextBox ID="txttestdate" ClientIDMode="Static" runat="server" Text='<%# Bind("Current_Test_Date") %>'
CssClass="textboxInGrid" AutoPostBack="true" Width="50"
ontextchanged="txttestdate_TextChanged">
<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txttestdate" Format="yy/dd/MM">
ujali
12-Mar-13 3:17am
View
now there is no value in that textbox...
this is the field in grid..
<asp:TemplateField HeaderText="Current Date">
<itemtemplate>
<%--<asp:Label ID="Label9" runat="server" Text='<%# Bind("Current_Test_Date") %>'>--%>
<asp:TextBox ID="txttestdate" ClientIDMode="Static" runat="server" Text='<%# Bind("Current_Test_Date") %>'
CssClass="textboxInGrid" AutoPostBack="true" Width="50"
ontextchanged="txttestdate_TextChanged">
<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txttestdate"
Format="yy/dd/MM">
ujali
12-Mar-13 3:09am
View
still it is giving the same error
ujali
12-Mar-13 3:00am
View
DateTime testdt = DateTime.ParseExact(txttestdate.Text, "yy/dd/MM", null);
now am getting problem on this line...
string was not recognized as valid datetime
ujali
7-Feb-13 1:18am
View
the problem is solved..
ujali
5-Feb-13 8:26am
View
both td are in single tr
ujali
5-Feb-13 8:22am
View
both td are in single tr
ujali
18-Jan-13 4:04am
View
there is only one Sub_type_code code for all DiseaseId
ujali
18-Jan-13 3:51am
View
thanku..
ujali
16-Jan-13 1:50am
View
Deleted
thank u..it works
ujali
16-Jan-13 1:24am
View
Deleted
there is again same problem with yours code
ujali
16-Jan-13 1:19am
View
SELECT b.Patient_Id, a.ParameterId,b.Id,a.Target_Value,a.Sub_Type_Code
FROM disease_parameter a inner join patient_progress_tracking_header b on a.DiseaseId = b.DiseaseId
WHERE a.DiseaseId = 1 and b.Sub_Type_Code='BIOMADE'
I tried this also..this is also giving multiple rows
ujali
5-Jan-13 11:02am
View
thank u...this is what want...
ujali
22-Dec-12 6:14am
View
how to take values by using Xmlhttprequest...Syntax?
ujali
22-Dec-12 5:59am
View
can u give me the sample javascript code for this?
ujali
22-Dec-12 5:50am
View
i want to give a validation to that dropsownlist that Item is already exists??i have write my own logic for insertion
ujali
19-Dec-12 5:52am
View
<asp:GridView ID="grdcareplan" runat="server" CellPadding="4" CssClass="CustomGrid" ShowFooter="True"
AutoGenerateColumns="False" GridLines="Horizontal" AllowPaging="True"
Width="817px" onselectedindexchanged="grdcareplan_SelectedIndexChanged1"
onpageindexchanging="grdcareplan_PageIndexChanging" Height="16px"
style="margin-right: 71px" onrowediting="grdcareplan_RowEditing"
AutoGenerateEditButton="True" onrowcancelingedit="grdcareplan_RowCancelingEdit"
onrowupdating="grdcareplan_RowUpdating">
<columns>
<%-- <asp:BoundField DataField="Last_Date" HeaderText="Last_Date" />--%>
<%-- <asp:BoundField DataField="Result" HeaderText="Result" />--%>
<%-- <asp:BoundField DataField="Next_Due_Date" HeaderText="Next Due Date"
ControlStyle-CssClass="contactcell" >
<controlstyle cssclass="contactcell">
--%>
<%-- <asp:BoundField DataField="Remarks" HeaderText="Remarks">--%>
<asp:TemplateField>
<itemstyle cssclass="w">
<HeaderTemplate>
<asp:CheckBox ID="chkall" onclick="javascript:SelectAllCheckboxes(this);" runat="server" />
<asp:Label ID="lblselectall" runat="server" Text="Select All" CssClass="GridHead"
>
</HeaderTemplate>
<itemtemplate>
<asp:CheckBox ID="chkselect" runat="server" />
<asp:ImageButton ID="imgbtndelete" runat="server" AlternateText=""
ToolTip="Delete" ImageUrl="~/images/HMS Buttons/icon4.jpg"
CssClass="icon" />
<asp:ImageButton ID="imgbtnenable" runat="server" ImageUrl="images/Icons/4.%20Enable.png"
AlternateText="" CssClass="icon"
ToolTip="Enable" />
<asp:BoundField DataField="ParameterName" HeaderText="Parameter Name" ReadOnly="true" />
<asp:TemplateField HeaderText="Target Value">
<edititemtemplate>
<asp:TextBox ID="txttargetvalue" runat="server"
Text='<%# Bind("Target_Value") %>'>
<itemtemplate>
<asp:Label ID="Label6" runat="server" Text='<%# Bind("Target_Value") %>'>
<asp:TemplateField HeaderText="Last Date" >
<itemtemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Last_Date") %>'>
Show More