16,002,251 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 Javascript questions
View Visual Basic 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 MAYANK GEETE (Top 44 by date)
MAYANK GEETE
20-Aug-16 5:51am
View
Any other option to do that?
MAYANK GEETE
20-Aug-16 5:01am
View
Yes i have. When i open that excel it will data with HTML Tags.
MAYANK GEETE
23-Oct-15 6:24am
View
Please see this link
https://msdn.microsoft.com/en-us/library/system.drawing.image.tag(v=vs.110).aspx
why its not working
MAYANK GEETE
23-Oct-15 5:56am
View
Hello George Jonsson
// Create two images.
Image image1 = Image.FromFile("c:\\FakePhoto1.jpg");
Image image2 = Image.FromFile("c:\\FakePhoto2.jpg");
// Get a PropertyItem from image1.
PropertyItem propItem = image1.GetPropertyItem(20624);
// Change the ID of the PropertyItem.
propItem.Id = 20625;
// Set the PropertyItem for image2.
image2.SetPropertyItem(propItem);
// Draw the image.
e.Graphics.DrawImage(image2, 20.0F, 20.0F);
but in this code there no TAG Value
MAYANK GEETE
23-Oct-15 5:54am
View
I tried this code
string path = "E:\\download.jpg";
Image image = Image.FromFile(path);
image.Tag = "Hello";
image.Save("E:\\Test.JPG");
But its not workin
MAYANK GEETE
23-Oct-15 5:40am
View
Please explain little more .. or a sample code you have.
MAYANK GEETE
6-Jan-15 2:14am
View
new error
System.Security.Policy.PolicyException: Required permissions cannot be acquired.
when i copy dll's manually in the bin folder
MAYANK GEETE
19-Jun-14 1:16am
View
Nops i want to talk through a machine...
MAYANK GEETE
23-May-14 3:50am
View
Thank's Manikandan10 ...but this code is in c++....i want c# code..
MAYANK GEETE
12-Apr-14 7:17am
View
ok..
Response.Write("<script>alert('Done');window.location='Default2.aspx'</script>");
MAYANK GEETE
31-Mar-14 8:12am
View
May b this will help you
http://www.codeproject.com/Articles/2016/Writing-your-Custom-Control-step-by-step
MAYANK GEETE
14-Mar-14 9:35am
View
just fetch your data into datatable then
string path = dt.rows[0]["IMGpath"].tostring();
ImageButton1.ImageUrl = "~//" + path;
MAYANK GEETE
13-Mar-14 0:49am
View
set height of table to 500px ...like
<table width="100%" style="height:500px">
MAYANK GEETE
11-Mar-14 9:00am
View
Is the textbox returning the column count?
if yes
then use for loop for add columns...
MAYANK GEETE
8-Mar-14 0:23am
View
it
MAYANK GEETE
7-Mar-14 5:10am
View
its not necessary 4 me to use Telerik component...if u have any solution regarding this using a simple UI control only...then please let me know i ll b grateful...
i have tried using UI control too....but its not working 4 me...
MAYANK GEETE
7-Mar-14 3:49am
View
Nop's i m not using any validation ...and i have already used autopostback=true on createchildcontrol() method
MAYANK GEETE
7-Mar-14 2:26am
View
still not working
MAYANK GEETE
7-Mar-14 2:26am
View
i have already done this as you can see in CreateChildControls() ..Thanks
MAYANK GEETE
6-Mar-14 6:43am
View
you can use Ajax controls..
MAYANK GEETE
6-Mar-14 6:18am
View
d u wand to update multiple row at the same time ?
MAYANK GEETE
24-Feb-14 3:53am
View
I want to get URL of those sites which i want to block through my app...such as www.facebook.com
Is my question now clear?
You are Top Expert visible to me here....so i definitely expect a positive answer from you.
MAYANK GEETE
24-Feb-14 2:24am
View
ok my friend firstly i want to get URL from browser then block URL...now tell me if you have the solution :)
MAYANK GEETE
24-Feb-14 1:48am
View
On localPc's ...guy i trying to make an application which should be able to block/allow websites
MAYANK GEETE
24-Feb-14 1:45am
View
can u give me some links....
MAYANK GEETE
13-Jan-14 8:55am
View
label and dropdownlist id's which are placed inside Radgrid and i want to find those controls id on button click which is placed outside the Radgrid
MAYANK GEETE
13-Jan-14 8:48am
View
now i updated my question ...
MAYANK GEETE
13-Jan-14 8:42am
View
ya i check the following link http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-fetch-radgrid-itemtemplate-cell-value-on-button-click.aspx
but in this example button is inside the radgrid but in my project button is outside the grid.
MAYANK GEETE
10-Oct-13 7:51am
View
THANKS ZAFAR ..IT'S WORKING THANK YOU THANK YOU SO MUCH
MAYANK GEETE
10-Oct-13 5:10am
View
function togglecall(txtname,effect)
{
var selectedEffect = 'slide';
var options = {};
$( effect ).toggle(selectedEffect, options, 500 );
}
MAYANK GEETE
9-Oct-13 3:56am
View
TOGGLE NOT WORKING WHEN I CHANGE MY CODE ...LIKE THIS ..
MAYANK GEETE
8-Oct-13 9:12am
View
i want to create only one SP to insert data into paricular table ....but i can also use same SP for the another table ...
MAYANK GEETE
8-Oct-13 8:54am
View
thanks azee ..but i want to create SP at runtime in c# and the problem is that i have many tables and i want to creat only one SP to sore value in database ....
MAYANK GEETE
1-Oct-13 3:02am
View
my jquery is like that:-
$(function abc()
{
function runEffect()
{
// get effect type from
var selectedEffect = 'slide';
// most effect types need no options passed by default
var options = {};
// run the effect
$("#effect1").hide('slide');
$("#mobile_ef").hide('slide');
$("#companyadd_effc").hide('slide');
$("#pincode_effct").hide('slide');
$("#bank_effct").hide('slide');
$("#Pan_effct").hide('slide');
$( "#effect" ).toggle(selectedEffect, options, 500 );
};
// set effect from select menu value
$("#nametextbox1").dblclick(function()
{
runEffect();
return false;
});
});
how to apply code
MAYANK GEETE
26-Sep-13 6:17am
View
ya i tried it ..it's work nice ..but i need update panel
MAYANK GEETE
25-Sep-13 8:39am
View
it's just a name ..see ids r diff...it's doesn't matter on this code
MAYANK GEETE
23-Sep-13 8:57am
View
on button click----> open popup window---> in the popup window i want to fetch value from database and update these value on popup but when i click on row for update it's automatically open the new window ..so i don't want to open a new window when i clik on popup window ....
MAYANK GEETE
23-Sep-13 8:48am
View
not working :(
MAYANK GEETE
23-Sep-13 7:08am
View
this code is not working on IE.
MAYANK GEETE
23-Sep-13 6:58am
View
in popup window ..i have a Radgrid and when i click on row for edit/update it's automatically open a new window ....in IE and in firefox and chrome it's work nice..
MAYANK GEETE
23-Sep-13 6:55am
View
thanks :)
MAYANK GEETE
23-Sep-13 6:54am
View
i m trying to open conntrolsetting.aspx page on popup window and when i close popup window i want to update parent page.
MAYANK GEETE
23-Sep-13 6:36am
View
Deleted
whats's wrong with this code ..i am new in asp.net development .when i click on the popup window it's open a new page or window .i don't know how to fix this problem.please help...me
MAYANK GEETE
11-Sep-13 6:33am
View
I am New To WPF and i am working on it but it gives the same error "Exception has been thrown by the target of an invocation." it is a simple program to show data (that is stored in database) to datagrid in wpf. can u plz help?
thanks in advance
Show More