16,017,651 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 Arkadeep De (Top 200 by date)
Arkadeep De
8-Apr-19 4:01am
View
Your question is not that clear. Can you please elaborate more?
Arkadeep De
6-Apr-19 10:57am
View
What you have done in your form1.cs? And what do you want to achive?? Can you pls eleborate??
Arkadeep De
28-Feb-19 12:38pm
View
(y)
Arkadeep De
19-Feb-19 15:11pm
View
What is your problem then??
Arkadeep De
7-Jan-19 13:27pm
View
From where you are getting this Model.EmployeeId??
And set a null check on nextID before assign it to viewbag.
Arkadeep De
14-Sep-18 7:45am
View
I have already searched on Google, but didn't found any solutions. That's why I have posted here, if you don't have any specific answer, please don't bother to post.
Anyway I solved it. Thanks. :)
Arkadeep De
2-Jul-18 15:43pm
View
I am able to do this. But as per my requirement, the "Yes"/"No"/"May be" options should not be there, but will set the start & end time.
Arkadeep De
5-Jun-18 3:30am
View
Thanks, this is a real solution.. (y)
Arkadeep De
24-May-18 15:42pm
View
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information:
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x8007000d
Config Error
Config File \\?\C:\d\Arka\Angular\Projects\p\web.config
Requested URL http://localhost:81/
Physical Path
Logon Method Not yet determined
Logon User Not yet determined
Config Source:
-1:
0:
this is the total error message I am getting after putting the web.config. Without web.config site is running, but refresh is not working.
Arkadeep De
24-May-18 15:37pm
View
There is nothing error is showing except 500.19 error. If so then I would search wih the error first rather than post it over here.
Arkadeep De
24-May-18 15:35pm
View
there are no magic files are in the ePortal folder. It is just the prod build files of a simple angular app having 2 components.. everything is working fine unless until I am refreshing the prod build hosted site.
Arkadeep De
7-Dec-17 12:01pm
View
this is working fine..try it.
Click to show and reload</>
function showReload(){
alert('Message');
location.reload();
}
Arkadeep De
1-Mar-17 7:40am
View
tried this one with Action. But getting this error..
{System.Windows.Threading.DispatcherOperation}
Dispatcher: {System.Windows.Threading.Dispatcher}
Priority: Normal
Result: null
Status: Pending
Task: Id = 85, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}"
Arkadeep De
3-Feb-17 0:39am
View
I am sorry to say that, your trick is not working. Its still in an infinite loop.
Arkadeep De
3-Sep-16 12:36pm
View
JavaScript is enabled. Problem was somewhere else. I was using onKeyPress...instead of that when I am using onKeyDown or OnKeyUp methods its working fine. But I didn't found why OnKeyPress was not working in mobile browser. Anyway thanks.
Arkadeep De
17-Aug-16 3:47am
View
I tried native browser, mozila and chrome in my device and also in others. Uninstalled the webview too. Problem is still facing. Isn't there any solutions Ridoy?
Arkadeep De
11-Mar-16 6:37am
View
Use cookies to store a value in browser, or you can store the IP address in your db and check it every time when user is opening the site.
Arkadeep De
11-Mar-16 6:30am
View
Why? Whats the problem of loading the home page if you use IsPostback
Arkadeep De
11-Mar-16 2:08am
View
Put isPostBack in Page_Load method to stop binding the page after getting post back.
Arkadeep De
11-Mar-16 2:08am
View
Deleted
Put isPostBack in Page_Load method to stop binding the page after getting post back.
Arkadeep De
11-Mar-16 2:06am
View
Thats the thing I told you. Put a break point and check what value is passing to while you are adding two nos.
Arkadeep De
10-Mar-16 23:58pm
View
is there any error? try to debug the solutions. and get the error point
Arkadeep De
10-Mar-16 23:55pm
View
What is the error message?
Arkadeep De
5-Nov-15 3:15am
View
this code just saved my day.
Arkadeep De
4-Nov-15 6:25am
View
Hi Karthikeyan,
I did like this
sw.Write("<worksheet ss:name="\"S1\"">\r\n<Table>\r\n<row><cell><![CDATA[Tiger<img src=http://www.tycsoftware.com/Imagenes/noticias/Imahe2.jpg>]]>\r\n</Table>\r\n");
its getting error while open the excel file on formatting. Can you please look into this.
Arkadeep De
1-Nov-15 11:30am
View
This class contains nothing but the methods where we can get the data or insert data into database with database connection.
Like, dt = obj.SelectData(sql);
In SelectData I am passing the select query to fetch the whole data into a DataTable. Nothing else. You don't need to worry about this at all.
Arkadeep De
1-Nov-15 11:29am
View
Deleted
This class contains nothing but the methods where we can get the data or insert data into database with database connection.
Like, dt = obj.SelectData(sql);
In SelectData I am passing the select query to fetch the whole data into a DataTable. Nothing else. You don't need to worry about this at all.
Arkadeep De
28-Oct-15 13:33pm
View
Are you looking like this one?
http://jsfiddle.net/danielperna84/xmrkwajy/
or something like this
http://stackoverflow.com/questions/28104843/how-to-expand-an-abbreviated-word-onhover-in-html-via-css-or-javascript-or-even?answertab=active#tab-top
Arkadeep De
24-Oct-15 1:53am
View
Either write delete command for all tables or write a trigger which will fire after delete a row from your primary table. And use any flag like IsDelete (bit). and update the row data with making the value of IsDelete true/false.
For trigger visit this one -- http://stackoverflow.com/questions/9996643/sql-server-on-delete-trigger?answertab=active#tab-top
Arkadeep De
22-Oct-15 13:40pm
View
Thanks a lot Richard. I was looking for it.
Arkadeep De
22-Oct-15 11:52am
View
Set any flag which will notify after login in the user table. Using the flag you can show a form containing all those.
Arkadeep De
22-Oct-15 5:51am
View
http://bfy.tw/2PZs
Arkadeep De
9-Sep-15 3:33am
View
what is the question boss? and is that your actual password? :P
Arkadeep De
14-Aug-15 4:33am
View
why? debug the code and check...
Arkadeep De
13-Aug-15 14:42pm
View
Deleted
1. First check how to create a dynamic control and add it into placeholder.
2. Check how to add action method dynamically.
3. Check how to save the data..
4. Work done.. (y)
search separately and your job will be done.
Arkadeep De
13-Aug-15 14:39pm
View
call a controller with ajax after your operation to do so....or you can call a simple function...that also do your work...and as a data you may pass the value to be increased...
Arkadeep De
13-Aug-15 14:37pm
View
have a look on this oen.. I thik you will resolve your problem...
Arkadeep De
11-Aug-15 15:06pm
View
thats why I choose comment instead of solution.
Arkadeep De
11-Aug-15 14:32pm
View
<input type="text" value="+91" id="txtPh" />
and during save check whether the input value has contain +91 or not. if not add into first and save that...
Arkadeep De
18-Jul-15 3:08am
View
not clear...
Arkadeep De
18-Jul-15 3:06am
View
can you please improve your solution with your code and where you are getting error..
Arkadeep De
18-Jul-15 2:41am
View
https://dev.mysql.com/doc/refman/5.1/en/windows-installer-msi-quiet.html
This may help u
Arkadeep De
17-Jul-15 1:54am
View
Deleted
Are you trying to add MessageBox.Show() in web application? If yes then better to go with alert() or you have to add an assembly as it s saying from reference.
If you are using windows application, then may be some how the assembly has been removed. add that one from reference.
thanks
Arkadeep De
8-Jul-15 7:39am
View
Here are the list of tutorials for you
http://lmgtfy.com/?q=unity3d+leap+motion+tutorial
Arkadeep De
7-Jul-15 8:54am
View
what you have tried??
Arkadeep De
2-Jul-15 13:57pm
View
what is this...
Arkadeep De
30-Jun-15 3:46am
View
put a break point and check what value is present in Sva_Medicines viewstate....
Arkadeep De
30-Jun-15 3:43am
View
If the drop down list is asp control then on selected change put the selected value to viewstate
else if it is html controller pass the data to controller via jquery and save it in viewstate.
or you can get the value of a html drop down list value in code behind by
string value= Request.Form["Drop"];
where name of the DropDown is "Drop"
Arkadeep De
30-Jun-15 3:35am
View
put the code that you have tried.....
Arkadeep De
30-Jun-15 3:33am
View
whats the problem here???? are you getting any error??
Arkadeep De
30-Jun-15 3:32am
View
logout from your google account, it will be automatically logged out.
Arkadeep De
26-Jun-15 6:50am
View
you can find your solution here.
http://stackoverflow.com/questions/26275149/how-to-load-all-images-from-a-url?answertab=active#tab-top
Arkadeep De
25-Jun-15 14:21pm
View
Deleted
on myFunction() write a if else condition to get this.. and add an id into select(drop down list). this will help you to get the value of the selected item...
Arkadeep De
25-Jun-15 5:08am
View
did it several time...but still the same error...
Arkadeep De
25-Jun-15 2:55am
View
ya that solution will be slow. it is surely a better solution. and thanks though for sharing the knowledge about web storage. I didn't know about that.
Thanks again. :) (y)
Arkadeep De
23-Jun-15 2:06am
View
Most probably its because of the url...are you creating an query string? then use HtmlEncode and HtmlDecode at that time. For more visit
http://www.dotnetperls.com/htmlencode-htmldecode
Arkadeep De
23-Jun-15 2:03am
View
this may help you.
http://www.codeproject.com/Articles/58740/FileSystemWatcher-Pure-Chaos-Part-of
have a look
Arkadeep De
23-Jun-15 1:58am
View
can you improve your solution with your code...
Arkadeep De
22-Jun-15 4:00am
View
you welcome. :)
Arkadeep De
22-Jun-15 2:21am
View
then wait for few days. as it will show Active your ad will show automatically.
Arkadeep De
22-Jun-15 2:19am
View
check this one.. it may help you.
http://blogs.msdn.com/b/webdev/archive/2014/03/20/test-announcing-rtm-of-asp-net-identity-2-0-0.aspx
Arkadeep De
22-Jun-15 2:11am
View
Is the status of your ad is Active?
Arkadeep De
22-Jun-15 2:09am
View
If it is found time consuming then you may go for Ms. Access. It a better solution than use SQL server in local machine.
Arkadeep De
22-Jun-15 1:58am
View
Deleted
Go with this one.
http://www.codeproject.com/Answers/175851/Avoid-button-click-event-on-page-refresh#answer3
Arkadeep De
22-Jun-15 1:55am
View
You can use two different ViewBag to do so...but it is not so good practice...better to go with mathew's solutions.
Arkadeep De
22-Jun-15 1:52am
View
use a user login history log to get that...
Arkadeep De
20-Jun-15 8:17am
View
what is your exact question?
Arkadeep De
19-Jun-15 5:12am
View
<asp:Parameter DefaultValue='<%# ViewState("RoomID") %>' Name="ShowRoomID" Type="Int32" />
try this one...
Arkadeep De
19-Jun-15 5:10am
View
is it from any grid view or repeater or direct???
Arkadeep De
19-Jun-15 4:54am
View
can you explain little bit more?
may be you are looking for this one.
Server.MapPath("~/mappeddirectoryfoldername/")
Arkadeep De
19-Jun-15 3:28am
View
idea is good...but add some thing to make it better as Sinisa advised. And Grid key down will do the work...
Arkadeep De
19-Jun-15 3:09am
View
are you saying about backing up the users of database at the time of backup??? if it so, then don't worry you don't need to register that user again, it will automatically create the users for db...If not then elaborate your question..
Arkadeep De
19-Jun-15 3:04am
View
Either try this
(count(Answered)+count(Nonanswered)+count(Busy)) / (count(Answered)+count(NonAnswered))
or use group by clause...
Arkadeep De
18-Jun-15 1:45am
View
ya..thats ok...u can go with this... (y)
Arkadeep De
17-Jun-15 15:05pm
View
i didn't check this in all version of ie, it was ie 11 where it was working perfectly, and the application is still running online.
Arkadeep De
15-Jun-15 14:10pm
View
I tried in most of the common browsers like chrome. fire fox and ie..it was working...
Arkadeep De
13-Jun-15 2:13am
View
I tried this a few days back, I was failed to disable the back button of a browser. And as experts say it is impossible. So I found another way to get that and this is use of window.onbeforeunload. try this one, I hope your problem will be over. this one will fire whenever user will want to get out of the site, either by back button or browser or tab close.
Arkadeep De
13-Jun-15 2:03am
View
put that code in RowDataBond event of GridView
Arkadeep De
4-Jun-15 2:55am
View
why are you putting the partial view in App_Code...store it in any other folder.
Arkadeep De
4-Jun-15 2:53am
View
why don't you use jquery post to do login...it would not let the page to be refreshed.
Arkadeep De
31-May-15 8:10am
View
why are u not creating ur own softwares..it will be interesting and challenging and also help u to do ur work & others..
Arkadeep De
27-May-15 3:09am
View
this is different. though I have tried this. its is in the mail body..
Arkadeep De
26-May-15 15:27pm
View
i will sure.
Arkadeep De
26-May-15 15:13pm
View
try with what ever you want to make pdf, turn it into hindi. I think that will do the job..
Arkadeep De
26-May-15 14:56pm
View
:D is it a feature of Gmail only or its is available in other mailing systems like outlook or yahoo?? have you any idea?
Arkadeep De
15-May-15 1:55am
View
Go with hypermellow's solutions and do one extra thing.
protected void LinkStaff_Click(object sender, EventArgs e)
{
Panel5.Visible = false;
Panel4.Visible = true;
Panel5.CssClass = "showPanel";
}
.showPanel{
display:block;
}
try it...I hope your problem will be over..
Arkadeep De
7-May-15 6:25am
View
share your code for updating the table data..and check at the time of binding did you have set a IsPostBack method or not....
Arkadeep De
6-May-15 6:12am
View
have you tried any thing???
Arkadeep De
6-May-15 6:11am
View
Deleted
you welcome
Arkadeep De
6-May-15 6:11am
View
you welcome
Arkadeep De
6-May-15 3:42am
View
Where are the other part of code boss???
Arkadeep De
6-May-15 3:39am
View
you may have take a look this one
http://stackoverflow.com/questions/6719126/memory-allocation-for-regular-class-static-class-static-method-instanve-method-a?answertab=active#tab-top
Arkadeep De
6-May-15 3:31am
View
try this one...
"UPDATE Sheet1 SET '"&text6.text&"'='"&text47.Text&"' Where Vertical = '" & Combo1.text & "'"
I have just add an extra space before where. May be you are getting an error for this...if not then share what exactly the error is.
Arkadeep De
21-Apr-15 2:34am
View
you welcome...
Arkadeep De
20-Apr-15 9:48am
View
use class name instead of id...
Arkadeep De
20-Apr-15 9:46am
View
no cleared... can you describe more..what are you storing in session..
Arkadeep De
20-Apr-15 6:33am
View
Write original url as
OriginalURL = "~/Modules/Books/BookShelf.aspx";
give it a try..
Arkadeep De
18-Apr-15 7:47am
View
sorry but your question is little bit confusing. can you elaborate little bit.
Arkadeep De
18-Apr-15 6:50am
View
share your grid view code..I don't think so its a huge one..
Arkadeep De
18-Apr-15 3:53am
View
implement it in your server...
Arkadeep De
12-Apr-15 2:18am
View
Put all your innerHtml code into div task. And use jquery to show hide that one.
Jquery Show Hide
[
^
]
And what is the issue over here?
Arkadeep De
12-Apr-15 2:14am
View
no one can do anything unless until you share the code. But still probably few reasons may be there,
1. Check the path of js in your aspx page, whether it is correct or not?
2. Check that if you have placed the main jquery file(jquery api) before all of your jquery operation.
3. Run your application in Google chrome and check whether is there any error or not in chrome console.
Arkadeep De
12-Apr-15 2:05am
View
You can do it by jquery....
http://www.aspdotnet-suresh.com/2012/06/jquery-show-session-timeout-message.html
Check whether it will fulfil your need or not
Arkadeep De
12-Apr-15 1:57am
View
share the code....
Arkadeep De
10-Apr-15 14:56pm
View
Who is down voting the answer? If you can't answer the question you have no right to down vote that one..And if you are down voting then add a valid answer also...
Arkadeep De
9-Apr-15 13:59pm
View
The problem was it was working in some case and not working in some case. I was trying to help you to solve the problem by sharing my experimented views. Any way I solved it myself. Check the solution, provided by me. Any way thanks.. :)
Arkadeep De
8-Apr-15 23:51pm
View
It will take only decimal values.. That is not a problem. I think the main problem is jquery is not loading after hitting a asp button(on which gridview is generating). and both the gridview and button are placed within an update panel. When I am testing it without update panel its working fine..
Arkadeep De
6-Apr-15 13:08pm
View
Kindly improve your question with little bit more information...
Arkadeep De
6-Apr-15 12:59pm
View
You might get a mail from Google on the mail id, which one you are using. You have to do couple of clicks and your error should be gone.
Arkadeep De
5-Apr-15 14:36pm
View
check the above tip carefully. it has the form and how to send the variables to external link...
Arkadeep De
5-Apr-15 7:44am
View
What is the problem? Do you need the code of any payment gateway? Then here is a link, how to integrate Paypal
http://www.codeproject.com/Tips/474197/PayPal-Gateway-Integration-in-ASP-NET
This might help you.
Arkadeep De
4-Apr-15 3:25am
View
I don't think so its a problem of your site..may be something of cache. Use Ctrl+F5 to refresh your site to refresh cache..
Arkadeep De
4-Apr-15 3:12am
View
Check the rss feed of the site from which you want to receive data..
Arkadeep De
3-Apr-15 10:09am
View
Use mvc edit scaffold template
Arkadeep De
3-Apr-15 2:57am
View
I don't think so, it is a session specific problem. check your code once again. As Afzaal said session stored in client machine it will definitely store diff value if you didn't put a fixed value to session.
Arkadeep De
2-Apr-15 15:41pm
View
what jquery code you are writing?? can u share those?
Arkadeep De
1-Apr-15 15:14pm
View
#2 has been removed....
Arkadeep De
1-Apr-15 15:03pm
View
ya I know, but if you use '' then it will consider as a string and chances are less. But still I will go with you. #1 is no doubt better than #2.
Arkadeep De
1-Apr-15 14:23pm
View
http://www.codeproject.com/Questions/743721/Access-is-denied-Exception-from-HRESULT-x-E-ACCESS
check this one..
Arkadeep De
1-Apr-15 12:41pm
View
run the query in your db with a demo data that whether its getting any value from that select query or not.
Arkadeep De
1-Apr-15 12:39pm
View
Improve the question properly and whats the issue in checking two values?
Arkadeep De
1-Apr-15 7:18am
View
you welcome and if it works then mark the question as [Solved] my accepting the solution.
Arkadeep De
30-Mar-15 14:17pm
View
I thing that will be better one. redirect to another view and then retrieve the data.
Arkadeep De
30-Mar-15 14:15pm
View
u welcome bro...any time
Arkadeep De
30-Mar-15 12:55pm
View
update your IE, it will work definitely..Mine is working perfectly.
Arkadeep De
30-Mar-15 12:40pm
View
Provide the code...
Arkadeep De
30-Mar-15 12:26pm
View
brilliant...Honestly speaking I didn't try it in my case, it was my assumption, it clicked. :D..put that into solution.
Arkadeep De
30-Mar-15 10:03am
View
Deleted
http://www.aspsnippets.com/Articles/ASPNet-GridView-Group-Header-Row-Columns-and-display-Multiple-Columns-under-Single-Column.aspx
this one might help you.
Arkadeep De
30-Mar-15 9:57am
View
whats the problem?
Arkadeep De
30-Mar-15 3:06am
View
u welcome
Arkadeep De
29-Mar-15 13:28pm
View
exactly...If you try it with like
projectname.folder.classname then I think prob will be solved.
Arkadeep De
29-Mar-15 13:24pm
View
use sp name like this... [dbo].[storedprocedure name]
or if it does not work then add db name also before [dbo]..
Arkadeep De
29-Mar-15 13:21pm
View
Same problem I faced few days ego. In my case the path was different..
Arkadeep De
29-Mar-15 13:19pm
View
What exactly error you are getting?
Arkadeep De
29-Mar-15 13:16pm
View
I will with Abinav's solution. Its look like that id is the foreign key between two tables. So its better to have join those table. If so then use joining.
Select Table1.Id, Table1.Name, Table1.date, Table1.Files, Table1.Topic,Table1.Subject, Table1.article, Table2.Rate from Table1 inner join Table2 on Table1.Id = Table2.Id
Arkadeep De
29-Mar-15 3:40am
View
Bro I had put the whole code of anchor in the comment. but it is taking the code as a real anchor tag. just put $value as href='"$value"'.
Arkadeep De
29-Mar-15 3:29am
View
If you are using the below C# code you can use ViewState to save your data temporarily. And after that on a final button put those data into db or whatever your functionality does.
Arkadeep De
29-Mar-15 3:19am
View
I am not a php expert but still its a try to solve this one. If I am wrong please don't mind.
Is your variable $value contains value like 'http://abc.com.xyz' then I think
" $name "
will do the work.
Arkadeep De
28-Mar-15 2:16am
View
whats the problem exactly? Is your image not showing because of not getting valid path?
Arkadeep De
28-Mar-15 2:14am
View
You may go through this link..
http://stackoverflow.com/questions/8678553/how-to-get-the-printer-status-in-wpf?answertab=active#tab-top
Arkadeep De
25-Mar-15 13:34pm
View
nice
Arkadeep De
24-Mar-15 4:02am
View
try it yourself first.
Arkadeep De
24-Mar-15 1:29am
View
what is the error showing..
Arkadeep De
24-Mar-15 1:24am
View
whats the problem
Arkadeep De
24-Mar-15 1:22am
View
check which processes are taking max resources..
Arkadeep De
23-Mar-15 15:08pm
View
Enjoy
Arkadeep De
23-Mar-15 1:08am
View
Sry bro again I don't have the permission to view the image. You do one thing, mail the image @ arkadeepde@gmail.com
And the issue has been arise is a obvious one. You have to change the width according to your data...
Arkadeep De
22-Mar-15 12:48pm
View
what is AV?
Arkadeep De
22-Mar-15 12:35pm
View
Here is the full table design...
https://app.box.com/s/388t440hv2842rg3x5ebzocfpr13vei9
whenever you will code then delete the row above grid view and show the gridview header.
It will stick as the whole thing is in one table.
hope it will solve your problem..
Arkadeep De
21-Mar-15 2:44am
View
you welcome
Arkadeep De
20-Mar-15 13:55pm
View
If you managing admin and other users differently then just check whether the user id is inputting is present or not. and obviously keep a track that the request is coming from admin. If the user is present then just logged in with that id. create a session with that id.
Arkadeep De
20-Mar-15 12:44pm
View
Fully agree with you Stephen Hewison
Arkadeep De
20-Mar-15 12:36pm
View
Is that a graph you want to design? what you are trying to do. pls elaborate little bit more.
Arkadeep De
20-Mar-15 2:37am
View
Partha it says I don't have the permission to view this. I have sent you a request. accept it.
Arkadeep De
19-Mar-15 13:34pm
View
Parth its a simple HTML table design. Just make the design with tr td and carefully handle rowspan and col span. its nothing else.
You can follow this image.
https://app.box.com/s/hz44hg5f4rkvk4sxo6wnla5b7w6go5ov
Arkadeep De
19-Mar-15 10:29am
View
My recent project has this kind of problem. But in case of mine the subjects are fixed. So if you can fixed the subjects over one heading. and other sub headings in just bellow of the heading. and bellow that took a grid view to display the all data.
So its like within a table first tr is heading, second tr is sub heading and third tr is the gridview. now set the colspan as per your column.
Got it?
Arkadeep De
18-Mar-15 14:36pm
View
I have doubt that your updating code is running successfully. You didn't put the BindData() within IsPostBack(). How its possible to update the data successfully...
Arkadeep De
18-Mar-15 14:28pm
View
if you have put this btnExport button within Updat Panel make a trigger with this id. Otherwise it wouldn't work.
Arkadeep De
18-Mar-15 14:24pm
View
share the code pls. where you have stuck?
Arkadeep De
18-Mar-15 14:11pm
View
I had stuck into this kind of problem once. I just changed the dll, you may took the dll from http://www.aspsnippets.com/ from where I had taken. I don't know why, may it was for an older version dll. Try this once.
Arkadeep De
15-Mar-15 13:08pm
View
hi ryannz,
I have a question on your application. If user are authenticated from cookies after session has expired, then what is the logic behind the session out as user has to do nothing(logging again)...
Arkadeep De
15-Mar-15 12:51pm
View
Deleted
You do one thing... Run the code as many times as you can..and check whether Google is contacting you or not. And if Google contacts you then ask them how they did it...
Arkadeep De
15-Mar-15 12:47pm
View
this is quite natural, because data is posting back from server. if you can use js to do this little bit time will be killed.
Arkadeep De
15-Mar-15 12:44pm
View
have you checked this one
https://developers.facebook.com/docs/plugins
I think share option will fits perfect if you can change dynamically the sharing content...
Arkadeep De
15-Mar-15 12:36pm
View
have u tried anything so far???
Arkadeep De
15-Mar-15 12:33pm
View
Good. Now accept the solution and mark this question as [Solved].
Thanks..
Arkadeep De
15-Mar-15 12:30pm
View
check whether viber provides any api for that or not...you can only get this from viber.
Arkadeep De
15-Mar-15 12:13pm
View
This question has 12 different solutions...wow..still its an unsolved??? itsathere didn't you get the solutions yet? mark it as solved by selecting any of the answer..
Arkadeep De
15-Mar-15 12:08pm
View
I will go with Modi. You can easily use AJAX progress bar...
Arkadeep De
15-Mar-15 12:08pm
View
or you can use windows.location.href = "your page url";
Arkadeep De
15-Mar-15 4:46am
View
pls provide the code...
Arkadeep De
15-Mar-15 4:43am
View
If you are trying to bind the ddl in page load make sure that you put that within IsPostBack. As per my experience this is the basic mistake every one does. so check that once.
if(!IsPostBack()) { /* your code to bind ddl */}
and if its not the problem, then improve the question and provide the code you have done.
Arkadeep De
15-Mar-15 4:36am
View
whenever you are downloading something from the site the page should be posting back. what ever you have tried previously tried that within UpdatePanel with the download button in trigger.
Arkadeep De
13-Mar-15 1:59am
View
I also tried it...not getting the proper one...
Arkadeep De
12-Mar-15 3:17am
View
are you getting properly in web version?
Arkadeep De
9-Mar-15 13:13pm
View
you already have declare the page name in action. now whats the problem???
Arkadeep De
9-Mar-15 13:03pm
View
according to your 1st 2 line your img is saving into a path ~/subimg/.jpg like this.. rectify this...
Arkadeep De
9-Mar-15 5:20am
View
its only about the problem of css. may be the path is not defined...check that first
Arkadeep De
7-Mar-15 9:33am
View
you think this is a free api??I just give a original example..don't worry you can't use this...
Arkadeep De
7-Mar-15 7:17am
View
use the debugger and check whether its hitting the code behind or not...
Arkadeep De
7-Mar-15 6:52am
View
any error are showing? use debugger to follow your flow...
Arkadeep De
7-Mar-15 6:38am
View
What an idea(advices) sir ji.... :D
Arkadeep De
7-Mar-15 6:35am
View
If you wouldn't share your code how any one will be able to help you..
Share what you have done...
Arkadeep De
7-Mar-15 5:28am
View
if it solved your prob then accecpt the solution and mark the question as solved.
Arkadeep De
7-Mar-15 5:16am
View
You can use Cmboboxtype.SelectedValue...
Arkadeep De
7-Mar-15 5:05am
View
It was a warning..not an error...
Are you getting any error in the actual code, you have given here.
I suggest not to use txtBoxQuestion.Text == "" this.
Use
if(!string.IsNullOrEmpty(txtBoxQuestion.Text.trim())){ /* ur code */ }
Its better...
Arkadeep De
6-Mar-15 4:48am
View
I am posting some data to show data into gridview and after that if I click on the back button I got an error of "Confirm Form Resubmission". I searched and every body saying change the method from POST to GET. is there any sol to rectify this.
Arkadeep De
24-Feb-15 13:20pm
View
thanks a lot buddy. your "trust level" just saved me.... :)
Arkadeep De
4-Feb-15 7:50am
View
I have provide the code by which I am generating the pdf
Arkadeep De
2-Feb-15 13:01pm
View
http://stackoverflow.com/questions/3898588/find-control-by-name-from-windows-forms-controls?answertab=active#tab-top
On mouse_down set the id of the Text Box in a label and find it by name in button click and change it or do whatever..
Arkadeep De
2-Feb-15 12:12pm
View
u welcome
Arkadeep De
2-Feb-15 12:07pm
View
sorry boss...you have to do this by yourself. others just can assist you in coding..otherwise algo and logic(70%) will be yours..
Arkadeep De
2-Feb-15 12:03pm
View
you may follow this link..
http://www.codeproject.com/Articles/196537/Deploying-Windows-applications-using-ClickOnce-Vis
Arkadeep De
2-Feb-15 12:00pm
View
I had faced the same problem. In my case browser didn't closed but the generated pdf was fully blank. As my opinion may be the stack memory was getting full. thats why your browser is closing and mine was blank. didn't find any solution yet.
Arkadeep De
2-Feb-15 11:47am
View
you can follow this link
http://www.aspsnippets.com/Articles/Encrypt-and-Decrypt-Word-Excel-PDF-Text-or-Image-Files-using-C-and-VBNet-in-ASPNet.aspx
and for password protection you can put it into a zip file with password protection. search it is google..its available.
Arkadeep De
2-Feb-15 0:03am
View
If your problem has been solved then accept the solution and make this solve.
Arkadeep De
2-Feb-15 0:03am
View
Deleted
If your problem has been solved then accept the solution and make this solve.
Arkadeep De
31-Jan-15 8:42am
View
that is the natural process..double click on a word, selecting the whole word..I don't think so you can change it.
One thing you can do update SelectionLength property every time to 0. This will work, I think so.
And second one you need to consult with mouseup and mousedown event...
https://msdn.microsoft.com/en-us/library/ms750580(v=vs.85).aspx
Arkadeep De
31-Jan-15 8:33am
View
check with the actual code...if it is okay with original code then may be binding problem...
Arkadeep De
31-Jan-15 8:18am
View
check your db credential in web.config
Show More