16,019,514 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 C++ questions
View Visual Basic questions
View Javascript questions
View .NET 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 Samatha Reddy G (Top 69 by date)
Samatha Reddy G
12-Apr-21 11:51am
View
Thank you for your reply. My problem is to print the full-screen of the windows forms, including the invisible part of the screen (when we scroll vertically and horizontally
I have some other controls to print, these controls are not visible until and unless we scroll, I also need to print those controls).
Samatha Reddy G
12-Apr-21 11:39am
View
It's our requirement. Our client needs to print that on A0 and A1 paper. If I'm able to save the complete form, then I can print that.
please help me with this and let me know if you need any other info.
Samatha Reddy G
12-Apr-21 7:37am
View
Hi
thank you for your answer. I don't need any data which is there on the form, I need to print the screen as it is, it's like the same screenshot. That's my requirement.
Samatha Reddy G
26-Aug-15 8:37am
View
you can call an Action method through Ajax request
Samatha Reddy G
26-Aug-15 8:24am
View
can you please provide the sample code?
Samatha Reddy G
8-Apr-15 10:08am
View
what is ur view name?
Samatha Reddy G
8-Apr-15 9:58am
View
cleat that default values and bind the data from procedure
Samatha Reddy G
31-Mar-15 1:24am
View
y con't u search in google? definitely u will get answer right?
Samatha Reddy G
31-Mar-15 1:08am
View
some times it will happen , just close ur visual studio and once restart ur system and start freshly i think it will come
Samatha Reddy G
25-Feb-15 5:24am
View
k.that i dont know i will try and tell you, using this you can able to find only ip addresses
Samatha Reddy G
25-Feb-15 4:45am
View
am not clear with that question? can you please explain briefly?
Samatha Reddy G
25-Feb-15 2:17am
View
how you are returning values form this 'dao.DataReader["EmailAddress2"]'
Samatha Reddy G
12-Feb-15 8:57am
View
try like this you will get
Samatha Reddy G
12-Feb-15 8:57am
View
@Html.DropDownList("Sortby", new SelectListItem[]
{ new SelectListItem() { Text = "Newest to Oldest", Value = "0" },
new SelectListItem() { Text = "Oldest to Newest", Value = "1" }},
new { @onchange="CallChangefunc(this.value)" })
<script>
function CallChangefunc(val)
{
window.location.href="/Controller/Actionmethod?value="+val;
}
</script>
Samatha Reddy G
4-Nov-14 9:05am
View
sorry i already searched a lot in google? i didn't find any thing. i saw that link but it is not use full for me
Samatha Reddy G
22-Oct-14 2:03am
View
thank you
Samatha Reddy G
15-Oct-14 4:50am
View
what is this OnClick = "OnConfirm" are you calling client side function or server side
Samatha Reddy G
15-Oct-14 2:24am
View
What did you understand from that question can you please explain me?
Samatha Reddy G
15-Oct-14 2:18am
View
can you please provide your xml file?
Samatha Reddy G
15-Oct-14 2:12am
View
sorry am not getting you, i was executed this code that's why i gave the solution. for me it is working perfectly.
actully using this code we can send form 1 values to form2
if am wrong please correct me
Samatha Reddy G
15-Oct-14 2:06am
View
i understood the problem but am unable to express that's i gave a code, if we execute it then we can come to know the difference
Samatha Reddy G
15-Oct-14 0:37am
View
thanks
Samatha Reddy G
9-Oct-14 6:37am
View
try like this on rowdatabound
if (e.Row.RowType == DataControlRowType.DataRow)
{
Label lbl=(Label)e.Row.FindControl("lblStatus");
if (lbl.Text == "1")
{
lbl.Text = "IN";
e.Row.Cells[2].BackColor = Color.Blue;
e.Row.Cells[2].ForeColor = Color.White;
}
}
Samatha Reddy G
9-Oct-14 6:29am
View
Where you are displaying that value? are you bind it to any label or span or div
Samatha Reddy G
9-Oct-14 6:05am
View
which js you are using to open popup?
Samatha Reddy G
9-Oct-14 5:29am
View
can you please put your .aspx page code
Samatha Reddy G
9-Oct-14 2:53am
View
insted of this App_Data\\1.pdf you create another folder in your solutuion like PDfs\1.pdf
and give that path and try it
Samatha Reddy G
9-Oct-14 2:49am
View
Please search that in google. how to host a image in server? you will get may solutions
Samatha Reddy G
9-Oct-14 2:39am
View
i gave the solution try it then also if you wont get the result , then please explain your problem.
Samatha Reddy G
9-Oct-14 2:33am
View
i will give the code just copy and execute it
Samatha Reddy G
9-Oct-14 2:30am
View
you cant access local system images on server, that image must be there in server.
Samatha Reddy G
9-Oct-14 2:28am
View
once you check in cosole, there you can able to see unloaded script at first time or else check the path of that scripts
Samatha Reddy G
9-Oct-14 2:15am
View
in page load you need to put visible false to that panel and after clicking on button change that to visible true
Samatha Reddy G
9-Oct-14 2:13am
View
sorry i did't get you please give clear explanation.
Samatha Reddy G
9-Oct-14 1:49am
View
if you will not get please tell me i will give another solution
Samatha Reddy G
8-Oct-14 8:45am
View
What exactly you want? i mean you want to know how to do?
if yes take old password and new password from the user old password should not match with new password that you need to compare both the values. and save it in database
Samatha Reddy G
8-Oct-14 7:19am
View
it's k.thanks
Samatha Reddy G
8-Oct-14 5:53am
View
fileName = sFname[0] + sDate + "." + sFname[1];
in this line fileName is not declared in this button click event, i think another place you may use this fileName in that place you are storing (dileep.xlsx) value that why the value is not updating
please check care fully other put total page code
Samatha Reddy G
8-Oct-14 5:09am
View
please put your code so that we can identify your mistake?
Samatha Reddy G
7-Oct-14 8:36am
View
yes we can?
Samatha Reddy G
7-Oct-14 7:58am
View
can you please post your code?
Samatha Reddy G
7-Oct-14 7:41am
View
sorry i dont konw about web project, i will try if i will get the solution i will inform to you
Samatha Reddy G
6-Oct-14 1:36am
View
can you please put your LogoutClick() function code
Samatha Reddy G
4-Oct-14 7:56am
View
Can you please put your viewpage code?
Samatha Reddy G
4-Oct-14 7:31am
View
can you please explain in detail?
Samatha Reddy G
2-Oct-14 5:00am
View
not only related to asp.net we can get the session value from the html, i gave that solution.
why don't we give answer to the 3 years old question? we cant say only that person got that issue other persons wont get that issue
Samatha Reddy G
2-Oct-14 4:52am
View
Where did you write response.redirect(~/abc.htm'); once you try as it is you will the solution
Samatha Reddy G
2-Oct-14 4:51am
View
Hey here you are not redirecting to html page
Samatha Reddy G
2-Oct-14 4:48am
View
sorry i didn't get you? is that wrong solution? what am misleading? who said there is ...aspx in the sence?
Samatha Reddy G
2-Oct-14 2:16am
View
exactly what is your requirement? can you please explain in detail
Samatha Reddy G
1-Oct-14 2:07am
View
Hey you are not using your user control in this page just you registered that's it.
using that prefix cc1 you need to call that user control.
Samatha Reddy G
1-Oct-14 1:41am
View
Hey am asking client side code..... i want the id of that usercontrol?
Samatha Reddy G
1-Oct-14 1:35am
View
once check in browser console may be you can find any soluction
Samatha Reddy G
1-Oct-14 1:31am
View
can you please put once your client side code? i will tell you how to call user control dropdown in to our .aspx page.
Samatha Reddy G
1-Oct-14 1:25am
View
you are trying to call dropdowns which are there in usercontrol am i right?
Samatha Reddy G
1-Oct-14 1:09am
View
k.k any way we need to give answers for that questions , recently i joined in this.
Samatha Reddy G
1-Oct-14 1:05am
View
Check every thing smtp.gmail.com and port number. for me it is working , how you are writing once put your code , i will go through that.
once you take separate application and copy and paste same code , give your credentials execute it defnetly it will work
Samatha Reddy G
1-Oct-14 0:58am
View
sorry i didn't get you
Samatha Reddy G
30-Sep-14 9:16am
View
as per your question.... what i understood means validation is not working properly please check once your client side validations. if you have any error then it should be validate client side it will return false, then you wont go to the server side, you will not get that message.
Samatha Reddy G
30-Sep-14 8:48am
View
i have small doubt, when you are binding this report means while page loading or button click event.
if you are binding page load event instead of using page load event once you bind that method in preInIt event.
or
if you are binding in click event you can call that method in if(isPostback){
bindreport()
}
and if(!isPostback)
{
bindreport() // here also you need to call
}
try like this
Samatha Reddy G
30-Sep-14 8:36am
View
can you please put your code. am not getting you.
Samatha Reddy G
30-Sep-14 8:32am
View
Next button is enabled ofter selection of the fields in a table. you have these symbols (> >> < <<) using these symbols you need to select fields to display in report. after that next button will be enabled then you click on next button to complete the process. try like this then also if get same problem i will explain in detail
Samatha Reddy G
30-Sep-14 8:22am
View
The max length of the tooltip is only 512 characters. you need to create custom tooltip otherwise instead of taking tool tip take one div and display data on that when you put mouse over on that,
Samatha Reddy G
30-Sep-14 1:04am
View
Hey it is working in my project in IE10 browser once you check in your code carefully.
as per my knowledge there is script error in your page. did you check in cosole are you getting any script errors.
otherwise one you update that line with your questijon
Samatha Reddy G
29-Sep-14 7:39am
View
Hi..
Hey once you try like this
Click on Verify database in field explorer then it will ask for new input parameters then the corresponding date data will be displayed
Samatha Reddy G
26-Sep-14 9:01am
View
The Default time out is 30seconds to connect the server. If you give right credentials then with in 30 seconds it will connect to the server other wise you will get connection time out exception.
so Please check once your database credentials
Samatha Reddy G
24-Sep-14 11:25am
View
acording to my knowledge the return type should be in string format
Samatha Reddy G
24-Sep-14 9:15am
View
Can you please put your code, so that we can come to know your problem
Samatha Reddy G
18-Sep-14 6:36am
View
i am not getting you exactly..
you need to return the date format like "1 Sep 2014"....
Show More