15,741,581 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 bhagirathimfs (Top 200 by date)
bhagirathimfs
14-Nov-14 8:01am
View
You are right. On Child page load it will execute all the method inside the master load event even if the postback check is present. But on click of any child button or any post back from child or master it will not execute it. So that the page load may take some minute but after that page will act fast.
bhagirathimfs
14-Nov-14 8:01am
View
Deleted
You are right. On Child page load it will execute all the method inside the master load event even if the postback check is present. But on click of any child button or any post back from child or master it will not execute it. So that the page load may take some minute but after that page will act fast.
bhagirathimfs
4-Nov-14 1:21am
View
Can you please share the aspx(or html) code with us.
bhagirathimfs
3-Nov-14 6:25am
View
if you want to use jqeury for get your result set then use Filter(http://api.jquery.com/filter/) and if you want to use angular js for filtering then see this(https://docs.angularjs.org/api/ng/filter/filter) link.
bhagirathimfs
29-Oct-14 1:06am
View
It is working fine for me :). May be you are using external css and JS file and giving wrong JS or CSS path.
bhagirathimfs
29-Oct-14 0:56am
View
Can you please share you code
bhagirathimfs
28-Oct-14 5:22am
View
Can you please post your code here
bhagirathimfs
22-Aug-14 7:34am
View
OnChange event of 1st dropdown write a code to create another dropdownlist.
Loop through all the option element of 1st dropdown except selected one.
bhagirathimfs
22-Aug-14 7:00am
View
Please explain your requirement.
may be below code help you
$('body').css("top")
bhagirathimfs
8-May-13 4:54am
View
what is the problem you are facing??
bhagirathimfs
10-Apr-13 7:14am
View
Please explain the question properly.What value you want to when you move your mouse on an image??
bhagirathimfs
30-Oct-12 9:36am
View
WelCome :)
bhagirathimfs
24-Sep-12 5:34am
View
please explain briefly with some example...
bhagirathimfs
4-Sep-12 3:34am
View
In the Login Button when successfully logged in than set the Uname and PWD of cookie.
bhagirathimfs
31-Aug-12 5:44am
View
That is written to get the connection string which is written inside the web config file.
bhagirathimfs
29-Aug-12 3:08am
View
Click "Have a Question and Comment"
And reply.
Don't post as solution(means:Don't write in Add your solutions here).
bhagirathimfs
29-Aug-12 2:43am
View
Please ask the problem you are facing rather than post the whole code.
bhagirathimfs
28-Aug-12 5:31am
View
Go through the give link by MR.Dhol. It is a very good site to learn SQL join
bhagirathimfs
28-Aug-12 5:30am
View
Here T1 is the alias name of table one[Table1].
If you remove that alias names that it will show error that
"user_id in field list is ambiguous"
because the compiler can't distinguish between the two table's user_id.
So alias name is give to each table.
bhagirathimfs
28-Aug-12 3:28am
View
Please explain briefly.
Complex master page means???
bhagirathimfs
28-Aug-12 2:59am
View
why??
bhagirathimfs
27-Aug-12 9:13am
View
Is it showing error?
bhagirathimfs
23-Aug-12 9:26am
View
you want to store dropdown values into the database or retrieve database values into the dropdown????
bhagirathimfs
23-Aug-12 5:19am
View
Please explain your question briefly ...
bhagirathimfs
21-Aug-12 2:50am
View
Can you please explain it briefly??
bhagirathimfs
17-Aug-12 8:22am
View
Please briefly explain the question?
You have developed a login Form and want to connect to database????
OR
You are already made connection with database and want to store the time of login???
bhagirathimfs
13-Aug-12 8:30am
View
Link Given by you is not present...
http://www.codeproject.com/Articles/41967/Detect-Javascript-status-of-browser-using-Form-Sub
Please improve your solution.
bhagirathimfs
23-Jul-12 9:42am
View
My +5!
bhagirathimfs
16-Jul-12 8:52am
View
Deleted
Thanks
bhagirathimfs
16-Jul-12 5:35am
View
Please explain briefly.
bhagirathimfs
13-Jul-12 2:29am
View
You want to add comment lines in the XML file
Try this
<!--Add comment lines inside -->
bhagirathimfs
13-Jul-12 2:26am
View
Please Explain the question briefly.
bhagirathimfs
10-Jul-12 1:52am
View
First register your user control in your working page.Like this
<%@ Register Src="usercontrols/UserControlName.ascx" TagName="tagName" TagPrefix="tagPrefix" %>
Than access the code of the user control.
I think your missing this one...
and if not than please share your code.
bhagirathimfs
6-Jul-12 2:37am
View
Thanks for reply :)
bhagirathimfs
6-Jul-12 2:36am
View
Thanks for reply :)
bhagirathimfs
5-Jul-12 10:00am
View
First set the border of the table and than change the color of the border.
bhagirathimfs
5-Jul-12 9:56am
View
Is this fulfill your requirement????
bhagirathimfs
5-Jul-12 9:54am
View
Delete 'mode="hold" /'
bhagirathimfs
5-Jul-12 9:52am
View
excluding that is your requirement fulfilled?
bhagirathimfs
5-Jul-12 9:39am
View
you can set the bordercolor of tr.
<tr bordercolor="black"></tr>
bhagirathimfs
5-Jul-12 9:15am
View
yes valza also write
Refer his solution also
I suggest to assign the ID of the textbox and access the textbox by ID is good practice.
bhagirathimfs
5-Jul-12 9:04am
View
than write txtbox1.Text = "hello";
And declare the textbox class
i.e.TextBox[] t = new TextBox[count];
as global so that u can access that textboxes over all the page.
In your case the scope of the textbox is limited to the button click.
bhagirathimfs
5-Jul-12 8:47am
View
you want a image upload-er???
bhagirathimfs
5-Jul-12 8:45am
View
access means??
I think if you want to add anything
than use like this txtbox1.Text = "Hello"
bhagirathimfs
5-Jul-12 8:10am
View
You want to fire the submit button when you press enter??
bhagirathimfs
5-Jul-12 7:58am
View
submit button is not fires
means???
bhagirathimfs
5-Jul-12 6:50am
View
Can you please explain the question briefly..
bhagirathimfs
5-Jul-12 6:45am
View
Please explain briefly...
bhagirathimfs
5-Jul-12 5:00am
View
sorry didn't get your question.. :(
bhagirathimfs
4-Jul-12 7:17am
View
what's your problem??
Label name means Label's Text or ID??
bhagirathimfs
4-Jul-12 7:08am
View
:) Sandeep Mewara.
bhagirathimfs
4-Jul-12 7:08am
View
Deleted
hahaha
bhagirathimfs
4-Jul-12 7:07am
View
What are you not getting ??
Again you are getting the same error??
bhagirathimfs
4-Jul-12 7:07am
View
Please don't post an answer.
In every answer below a button is there to ask question i.e."Have a Question or Comment" Click on that button and write the question want to ask the person..
bhagirathimfs
4-Jul-12 7:04am
View
Please explain briefly...
bhagirathimfs
4-Jul-12 5:14am
View
nogot the solution
bhagirathimfs
3-Jul-12 2:02am
View
other items not transfer.
Means?
Which other items you want to be transferred?
bhagirathimfs
3-Jul-12 2:01am
View
What do you want to do?
Session["aaa"] will give you what you have entered in the TextBox1 of first page.
bhagirathimfs
2-Jul-12 8:42am
View
What do you want to do?(Actual Problem,requirment?)
bhagirathimfs
2-Jul-12 8:33am
View
Please explain briefly..
bhagirathimfs
2-Jul-12 8:23am
View
Please Explain briefly ...
bhagirathimfs
2-Jul-12 8:19am
View
Can you give all the Tables structure?
Means:
All Column's name of all tables.
bhagirathimfs
2-Jul-12 8:14am
View
http://www.codeproject.com/Articles/321304/Word-and-Excel-Documents-View-in-IFrame-using-Tree
http://www.dotnetfunda.com/forums/thread7322-how-to-open-excel-sheet-in-iframe.aspx
bhagirathimfs
2-Jul-12 8:08am
View
Can you please explain the above problem with some example???
bhagirathimfs
2-Jul-12 8:06am
View
that is an integer??
bhagirathimfs
2-Jul-12 7:47am
View
What is pageSize here?
bhagirathimfs
2-Jul-12 2:57am
View
Can you Give one two example??For better clarification.
bhagirathimfs
30-Jun-12 8:24am
View
ignore this answer sry for wrong answer :(
bhagirathimfs
29-Jun-12 6:43am
View
What is common between these url (url22,url17,url13,url8,url1)
bhagirathimfs
29-Jun-12 5:38am
View
5*
bhagirathimfs
26-Jun-12 1:32am
View
Have you set the ValidationGroup Property of button .
Means:<Asp:Button Id="btnSubmit" runat="server"
ValidationGroup="test"
Text="Submit">
The ValidationGroup name should be same for all cases.
Like here
test
.
bhagirathimfs
25-Jun-12 9:15am
View
<asp:TextBox ID="txtDate" Height="15px" ValidationGroup="test" runat="server" MaxLength="3" Width="40" AutoPostBack="true"
CausesValidation="true">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" ValidationGroup="test" runat="server" ErrorMessage="*"
ControlToValidate="txtDate" Display="Dynamic">
<asp:RegularExpressionValidator ID="revDate" ValidationGroup="test" runat="server" ControlToValidate="txtDate"
Display="Dynamic" ValidationExpression="^\d+$" ErrorMessage="Enter a Valid Number.">
<Asp:Button Id="btnSubmit" runat="server" ValidationGroup="test" Text="Submit">
I want to say this
bhagirathimfs
25-Jun-12 6:00am
View
Thanks a ton
bhagirathimfs
21-Jun-12 3:24am
View
I think u have to save the like details in the database.
bhagirathimfs
21-Jun-12 2:16am
View
Is status column is already there in the table??
bhagirathimfs
21-Jun-12 1:59am
View
You are using datepicker ?
bhagirathimfs
21-Jun-12 1:55am
View
What problem you are facing?
Try yourself and if any issue occur please share with us.
bhagirathimfs
20-Jun-12 13:19pm
View
This link may help you
http://stackoverflow.com/questions/8731840/maximum-call-stack-size-exceeded
bhagirathimfs
20-Jun-12 13:16pm
View
Can you post your code here?
bhagirathimfs
20-Jun-12 9:26am
View
Thanks
bhagirathimfs
20-Jun-12 9:25am
View
Means without taking out from the stack.You are inserting elements into the stack but not taking out from the stack.So it goes to the maximum limit and showing these type of error
bhagirathimfs
20-Jun-12 9:07am
View
I changed the query.
bhagirathimfs
20-Jun-12 9:05am
View
Please share your code to give a better solution
bhagirathimfs
20-Jun-12 8:49am
View
sorry for the wrong answer :(
I think limit is there in sql 2005.
Sorry
bhagirathimfs
20-Jun-12 5:10am
View
See Solution 4
bhagirathimfs
20-Jun-12 4:06am
View
You want to upload an image , but before upload u want to show the image ???
bhagirathimfs
20-Jun-12 3:53am
View
document.getElementsByName("btnEdit" + ID).Disabled = true
is the above line not working???
bhagirathimfs
20-Jun-12 3:05am
View
I think u want the difference between the current date and posted date.
bhagirathimfs
20-Jun-12 3:03am
View
Please Explain it briefly .
bhagirathimfs
20-Jun-12 2:41am
View
Use Conform..
bhagirathimfs
18-Jun-12 10:37am
View
Can you please share the query ?
Actually don't know how write group_concat here
bhagirathimfs
18-Jun-12 10:28am
View
My actual requirement is to show the first names of specific userids
Means: If i have 4 distinct user ids than it will show 4 first names(comma separated) of those user ids
If i have 10 distinct user ids than it will show 10 first names(comma separated) of those 10 user ids
I want the above
Please Help.
Thanks
bhagirathimfs
18-Jun-12 10:22am
View
My actual requirement is to show the first names of specific userids
Means:
If i have 4 distinct user ids than it will show 4 first names(comma separated) of those user ids
If i have 10 distinct user ids than it will show 10 first names(comma separated) of those 10 user ids
I want the above
Please Help.
Thanks
bhagirathimfs
18-Jun-12 10:16am
View
Hi
I again improved the question please go through that.
bhagirathimfs
18-Jun-12 10:10am
View
I think if we don't use group_concat than it will return one user id(first one) ??
bhagirathimfs
18-Jun-12 9:56am
View
Improved the question please post your solution.
bhagirathimfs
18-Jun-12 9:30am
View
Actually pk_id's are coming from different query.So i can't do pk_id =2 and pk_id=3 .
please give me a solution which will do the above task.
SELECT FIRST_NAME FROM USERDETAILS WHERE PK_ID = (SELECT GROUP_CONCAT(USER_ID) FROM PROJECTS GROUP BY PROJECT_ID);
If the subquery return one row than the qbove query will run fine. but if it will return multiple rows than error will occur.
i want to write query for multiple user_id (So i have used "IN" on the above query but it is showing and it should show first row value).Please help
bhagirathimfs
15-Jun-12 6:03am
View
Thanks for helping Solved the problem
bhagirathimfs
15-Jun-12 6:03am
View
Thanks for helping Solved the problem
bhagirathimfs
15-Jun-12 6:02am
View
Thanks for helping Solved the problem
bhagirathimfs
15-Jun-12 5:40am
View
i have posted my code please go through it
have got the solution to your problem...
No :(
bhagirathimfs
15-Jun-12 5:39am
View
i have posted my code please go through it
bhagirathimfs
15-Jun-12 5:39am
View
i have posted my code please go through it
bhagirathimfs
15-Jun-12 5:29am
View
Deleted
<table>
<tr>
<td>
<table cellpadding="0" cellspacing="0px" style="width: 100%">
<tr class="divHeader">
<td valign="middle" style="width: 18%">
<span class="headerSpan">Leads</span>
</td>
<td valign="middle" style="width: 25%">
<span class="headerSpan">Projects</span>
</td>
<td valign="middle" style="width: 26%">
<span class="headerSpan">TestCATs</span>
</td>
<td valign="middle" style="width: 12%">
<span class="headerSpan">Tech Start Date</span>
</td>
<td valign="middle" style="width: 8%">
<span class="headerSpan">Status</span>
</td>
<td valign="middle" style="width: 10%">
<span class="headerSpan">Tech End Date</span>
</td>
<td valign="middle" style="width: 10%">
</td>
</tr>
<tr>
<td colspan="7">
<asp:ListView ID="lvProjectTestCATMapping" runat="server" OnItemDataBound="lvProjectTestCATMapping_ItemDataBound"
DataKeyNames="LEADER_ID, LEADER_NAME, PROJECT_ID, TITLE, TESTCAT_NAME, TESTCAT_IDS, PROJECT_STATUS,STATUS,ACTTECHSTART,ACTTECHEND,TECHSTART,TECHEND"
OnPagePropertiesChanged="lvProjectTestCATMapping_PagePropertiesChanged">
<layouttemplate>
<asp:PlaceHolder ID="itemPlaceholderContainer" runat="server">
<asp:Panel ID="itemPlaceholder" runat="server">
<itemtemplate>
<table cellpadding="0" cellspacing="2px" style="width: 100%" class="<%# Container.DisplayIndex % 2 == 0 ? "" : "gridViewAlternateRow" %>">
<tr>
<td valign="middle" style="width: 18%">
<asp:HyperLink ID="lnkProjectLead" runat="server" CssClass="hlnkStyle">
</td>
<td valign="middle" style="width: 25%">
<asp:HyperLink ID="lnkProject" runat="server" CssClass="hlnkStyle">
</td>
<td valign="middle" style="width: 28%">
<asp:TextBox ID="txtTestCATs" runat="server" Width="280px">
<act:AutoCompleteExtender ID="txtTestCATs_AutoCompleteExtender" EnableCaching="true"
runat="server" DelimiterCharacters="," Enabled="True" ServicePath="~/GPSWebService.asmx"
TargetControlID="txtTestCATs" CompletionInterval="500" ServiceMethod="GetMemberName"
MinimumPrefixLength="1" CompletionListItemCssClass="AutoComplete_ListItem" CompletionListHighlightedItemCssClass="AutoComplete_ListItemHilite"
FirstRowSelected="True" ShowOnlyCurrentWordInCompletionListItem="true" Completion
bhagirathimfs
15-Jun-12 3:09am
View
i have done this
<table style="width:100%">
<tr>
<td style="width:60px">
<asp:Button ID="Button1" runat="server" Width="60px" Text="Button" /> </td> <td>
<asp:Label ID="Label1" runat="server" Text="Label"> </td>
<td>
<asp:TextBox ID="TextBox1" runat="server"> </td>
</tr>
</table>
bhagirathimfs
15-Jun-12 3:08am
View
<table style="width:100%">
<tr>
<td style="width:60px">
<asp:Button ID="Button1" runat="server" Width="60px" Text="Button" />
</td>
<td>
<asp:Label ID="Label1" runat="server" Text="Label">
</td>
<td>
<asp:TextBox ID="TextBox1" runat="server">
</td>
</tr>
</table>
I have done this ,but it is not working
bhagirathimfs
15-Jun-12 3:00am
View
i have placed the button in the table but when i do visible=false than the td width reduces, how to fix the width of the td?
bhagirathimfs
15-Jun-12 2:57am
View
which code you need?
bhagirathimfs
15-Jun-12 2:50am
View
Can you explain it little bit more briefly please...
bhagirathimfs
12-Jun-12 8:11am
View
Thanks
If you know more links than please share.
bhagirathimfs
12-Jun-12 2:21am
View
Refer these links
http://forums.asp.net/t/1569781.aspx/1
http://stackoverflow.com/questions/5494387/read-excel-data-with-jquery
bhagirathimfs
9-Jun-12 5:55am
View
Please Explain briefly.
bhagirathimfs
2-Jun-12 1:38am
View
In the family table you don't have any primary key ?
Please provide the table structure(all columns names with their data type)
bhagirathimfs
30-May-12 23:19pm
View
Thanks Tim Corey for reply
Sorry, i wrongly explained the question.
But this link helps me a lot.
Thanks a ton.
bhagirathimfs
30-May-12 23:18pm
View
Thanks SAKryukov
bhagirathimfs
30-May-12 23:14pm
View
Thanks Richard
You are right ,i want this type of result
Thanks a ton for reply
bhagirathimfs
30-May-12 23:14pm
View
Thanks SAKryukov and Richard MacCutchan
bhagirathimfs
29-May-12 9:46am
View
Please explain briefly ....
bhagirathimfs
29-May-12 9:09am
View
WC :)
bhagirathimfs
29-May-12 5:11am
View
Please explain briefly ....This much is not sufficient to answer your question.
bhagirathimfs
25-May-12 8:10am
View
Nice answer 5!
bhagirathimfs
25-May-12 8:07am
View
My FireFox version is 12.0 and i am not clearing the cookies manually..
bhagirathimfs
25-May-12 7:04am
View
I have tried above line.This working for both IE and FireFox
bhagirathimfs
25-May-12 6:57am
View
you have stored the empname and id in a table(in a database)???
bhagirathimfs
24-May-12 2:31am
View
Please explain briefly what you want to do?
bhagirathimfs
24-May-12 2:30am
View
AllowPaging="True"
made this and try for line
bhagirathimfs
24-May-12 2:21am
View
May this link help you
http://stackoverflow.com/questions/2639162/c-sharp-html-tags-inside-gridview
bhagirathimfs
24-May-12 2:14am
View
Sry didn't understand your problem. :(
You have stored html tags in the data base ??
bhagirathimfs
24-May-12 2:09am
View
transfer means?
Want to store the image in the database or anything else?
bhagirathimfs
24-May-12 2:07am
View
WC :)
bhagirathimfs
21-May-12 7:08am
View
Thanks Reddy :)
bhagirathimfs
21-May-12 1:50am
View
When you are using local database is it showing any error or exception???
bhagirathimfs
21-May-12 1:34am
View
WC :)
bhagirathimfs
18-May-12 6:20am
View
Remove your phone number
bhagirathimfs
18-May-12 4:33am
View
Inside setstate function you have written code to bind the drop down??
If yes than use onload event rather than onchange event.
If no than what is the java script function namein which you have written the bind code.
bhagirathimfs
18-May-12 4:22am
View
While inserting to the table do this.
means insert into table for each value
Example:now you are inserting like this
col1 =1 col2=45 and col3=6,7
now insert into table like this
col1=1 col2=45 col3=6
than insert again
col1=2 col2=25 col=7
bhagirathimfs
18-May-12 2:45am
View
WC :)
bhagirathimfs
18-May-12 2:41am
View
Can you please give both the table structure( All columns name with their data type).
bhagirathimfs
18-May-12 2:19am
View
Can you explain the above line briefly???
bhagirathimfs
18-May-12 2:09am
View
If you want to do the above thing for all the buttons of your website than better to use skin.
Otherwise simply use mousehover and mouseLeave event and the ImageUrl property of the image button.
bhagirathimfs
18-May-12 1:55am
View
Can you please give the all table structures(All column with data type).
Your requirement is to show all the employees salary details???
bhagirathimfs
17-May-12 10:08am
View
may be due to slow net..
Actually the images take time to load from server if the net is slow than it ma not download the page and unable to the image...
bhagirathimfs
17-May-12 1:41am
View
Please explain briefly..
bhagirathimfs
16-May-12 7:35am
View
You want to count the number of user present in the database????
bhagirathimfs
16-May-12 7:13am
View
I think you have assigned the selected Index or selected value of a drop down to some value in the page_load event.Use ispostback in page load.
and also use autopostback property of the dropdown.
Can you share your page_load event ???
so that we can find the error.
bhagirathimfs
16-May-12 7:04am
View
One suggestion: Always make the primary key (Example:here ID) auto incremented. So that no need to write a query to find out the last id.
bhagirathimfs
16-May-12 5:18am
View
Yes
Use Distinct i.Name
bhagirathimfs
16-May-12 5:11am
View
Please explain the problem briefly..
Which column whose column???
bhagirathimfs
16-May-12 5:09am
View
Please explain briefly ...
bhagirathimfs
16-May-12 3:37am
View
Actually this size of numeric is database dependent.
This link may help you to know the max size of numeric.
http://drupal.org/node/159605
bhagirathimfs
16-May-12 3:27am
View
Thanks
bhagirathimfs
16-May-12 3:16am
View
Can you share your query ???
This may help you
Use distinct to get distinct value in the query
bhagirathimfs
16-May-12 3:01am
View
Form2 is child of Form1 ????
bhagirathimfs
4-May-12 8:52am
View
http://www.telerik.com/community/forums/silverlight/gridview/populate-gridview-without-binding.aspx
http://stackoverflow.com/questions/1853461/working-with-asp-net-gridview-without-databindinghttp://stackoverflow.com/questions/1853461/working-with-asp-net-gridview-without-databinding
try these links
bhagirathimfs
4-May-12 4:44am
View
Actually i have two forms .
1.Login Form
2.Notificaiton form.
when a user logged into the application and didn't logout and close the application than when he again run the application than it automatically open the notification form not the login form.
So when a user is not logged out and close the application than when he/she run the application again he/she should see the notification form.
i have written code for the above requirement given below....
string userName = string.Empty;
string tokenId = CheckIsLoggedUser(out userName);
//Check whether username and token id is valid or not.
if (tokenId != string.Empty && userName != string.Empty)
{
//Hide the current Form.
this.Hide();
//Created an object of GetNotificaiton From.
GetNotification showNotification = new GetNotification(tokenId, userName);
//show the GetnNotificaiton From.
showNotification.Show();
//Dispose the notify icon.
ntfyNotification.Dispose();
}
bhagirathimfs
4-May-12 3:02am
View
One query
When 13 or 14 messages will come than i have write this if else clause for 13 to 14 times????
or any other method is there???
bhagirathimfs
4-May-12 2:21am
View
Thanks
I want to hide the form but when i write
this.hide();
in Form load it is not working and when i write in Form.Activated than this form is showing for a moment and than hiding it self.
Where to write the hide command so that it will open directly the second form?
bhagirathimfs
2-May-12 9:34am
View
Form1.Text = "Notification^TM " + loggedUserName
Here
Form1 is the form id and loggedUserName is a variable.
When i execute the above line it is showing (for loggedUserName = 'bhagi')
Notification^TM bhagi but need that TM should go to up little bit(means superscript)
How can i do this
bhagirathimfs
2-May-12 6:21am
View
Example :
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_sup
in this link,right side showing the result.
I want that type result using C#.
bhagirathimfs
1-May-12 6:39am
View
Can you explain briefly.
bhagirathimfs
1-May-12 6:19am
View
In the above query you are getting the above error?
Because when the objFieldProp.FieldType is not match with any of the cases than the stringbuilder is remain empty (means length of the stringbuilder is zero).At that time,above error will show .
so before the remove statement write if clause like
if(fieldNames.Length != 0)
{
fieldNames.Remove(fieldNames.Length - 1,1);
fieldValues.Remove(fieldValues.Length - 1, 1);
}
bhagirathimfs
1-May-12 5:52am
View
first insert into the stringbuilder than remove
or put a if statement before execute above code.
bhagirathimfs
1-May-12 5:26am
View
WC :)
bhagirathimfs
1-May-12 5:10am
View
what is fieldNames here?
bhagirathimfs
1-May-12 2:44am
View
Thanks.
bhagirathimfs
30-Apr-12 10:28am
View
U can also change the visible property of the drop down when instand of enabled.
bhagirathimfs
30-Apr-12 5:15am
View
select * from [table] where pk_id in (1,2,10) order by pk_id
union
select * from [table] where pk_id not in (1,2,10) order by name
bhagirathimfs
30-Apr-12 3:52am
View
Thanks for response but i can't add a column into that table.
I tried like this also
select * from [table] where pk_id in (1,2,10)
union
select * from [table] where pk_id not in (1,2,10) order by name
the above query is not doing order by for both the case
means this result is coming with out any sorting.
bhagirathimfs
27-Apr-12 2:46am
View
in visual studio 2010 express there is no option like 'setup and deployment'
please suggest any other link.
bhagirathimfs
27-Apr-12 2:41am
View
What should i write in the closing event?
Please share the code or give some link so that i can understand this and implement this.
bhagirathimfs
27-Apr-12 2:30am
View
I am using visual studio 2010 in which no 'add' option is there and in new project there is no 'other project type' present.
please give another link
bhagirathimfs
26-Apr-12 1:17am
View
Thanks
bhagirathimfs
25-Apr-12 7:06am
View
please Give one example of both.
One query for each.
bhagirathimfs
25-Apr-12 6:59am
View
Thanks Uma Shankar Patel.
one query
If that is not taken from the end user which one i should write.Which one is more faster?
bhagirathimfs
25-Apr-12 6:43am
View
Sry didn't get anything.
can u please elaborately explain this.
Thanks in advance
bhagirathimfs
24-Apr-12 2:27am
View
can u explain your problem briefly.
Which columns you want to show in one column, the table structure of parent and child tables(means:column names and their data types).
bhagirathimfs
20-Apr-12 7:41am
View
In the where clause use unique value stored column.
bhagirathimfs
20-Apr-12 7:21am
View
what is the error message?
bhagirathimfs
20-Apr-12 6:43am
View
Welcome :)
bhagirathimfs
19-Apr-12 6:27am
View
you want to insert only integer and comma(,) into your text box????
bhagirathimfs
19-Apr-12 6:05am
View
You want to execute the Code written in the page load event for once or never???
bhagirathimfs
19-Apr-12 2:50am
View
Thanks
bhagirathimfs
19-Apr-12 2:04am
View
Actually i want infinite buttons
How can i get this?
In the above query i will get only 10 buttons.
Please suggest
Thanks
bhagirathimfs
18-Apr-12 10:26am
View
Thanks
I want a button arraylist.
means i don't know the amount of button i want it is a variable and situation dependent so i can't write
Button[] btn = new Button[5];
so please suggest so that it will create infinite button not the fixed amount of data.
bhagirathimfs
18-Apr-12 8:32am
View
Actually in my project there is no fix amount of button to create.
Means:sometime i need 1 button sometime 10 and sometime 100000 buttons .
So i put this question.
bhagirathimfs
18-Apr-12 5:20am
View
Thanks
but one query
is it possible to show all the records in one column.
Means all the project ids should be in one column.
bhagirathimfs
17-Apr-12 10:42am
View
:)
bhagirathimfs
17-Apr-12 9:27am
View
Sry didn't get "%!"
bhagirathimfs
17-Apr-12 9:27am
View
Actually i want to know how this will execute.
Means:1st the inner join will executed with the condition given in the on cluse
or the left outer join will execute first .
Like this how the above query will execute ?
bhagirathimfs
17-Apr-12 2:54am
View
Yes it is working
Thanks for solving my problem
Thanks a ton
bhagirathimfs
17-Apr-12 2:14am
View
actually i want to say
network latency, database load, poor coding, or any number of possible reasons
how can i improve the above line problems.
bhagirathimfs
16-Apr-12 9:54am
View
can you please suggest to improve from above problems.
bhagirathimfs
16-Apr-12 9:50am
View
sry photon here bhagirathi is not the title of the project it is an employee name for which i want to see the project titles assigned to him.
bhagirathimfs
16-Apr-12 9:47am
View
it is showing the projects of project_test_member not the project_member project if we use or .
bhagirathimfs
16-Apr-12 9:47am
View
bhagirathi is an employee.
some projects are assigned to him and stored in project_member table and some testing projects are assigned to him and stored in project_test_member table.
Now i want to see the projects assigned(both normal project and the test project) to bhagirathi.
I have written the above code and it is showing the result but i want use join instant of union.
bhagirathimfs
16-Apr-12 7:53am
View
It is showing null.
bhagirathimfs
16-Apr-12 7:45am
View
It is possible to solve the above problem using any join.
Thanks
bhagirathimfs
13-Apr-12 8:40am
View
Thanks
Can u please suggest some website to learn more about this.Actually i want to learn more about time.
Thanks for help.
bhagirathimfs
13-Apr-12 7:31am
View
Can you please explain why the '&' is dangerous/problematic ??
bhagirathimfs
13-Apr-12 2:46am
View
Actually i fixed the position but the end user is dragging the window to another position.i want to fix that position such that the end user can't change the position of the form means the end user can't select the form.
Thanks
Show More