Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
61% Quality Score
Upvotes Received
15
Posts with Upvotes
14
Upvoting Members
11
Downvotes Received
14
Posts with Downvotes
12
Downvoting Members
4
1 Commented Post
3 Endorsements
Ranked #486
Ranked #718
~49.7K People Reached
About Me

Hello Guys,My Name is Vishal Ranjan.. I am from India. I am an engineering graduate in the field of Information Technology. I am 28 Year Old Hardcore Programmer with deep interest in Microsoft Technologies.Currently Working for TATA Technologies, Jamshedpur.…

Interests
Coding,Surfing,Gaming
Favorite Tags
Member Avatar for dongtrien

You can use fontawesome Icons in Datalist and dynamically bind using an arraylist of icons name. You can use legend tag to put a line below heading.

Member Avatar for dongtrien
0
134
Member Avatar for karthikprs

Are you looking for some database solution. Yes you can make four fields in Database Year, Month, Filename, Filepath. You can increase the field to five if you want to increase the filtering option based upon date. //You can pass your custom date instead of Current Day. String sDate = …

Member Avatar for geniusvishal
0
217
Member Avatar for divyakrishnan

Refer this article: http://www.dotnetvishal.com/2013/02/find-coordinates-of-image-using.html

Member Avatar for Amita Negi
0
160
Member Avatar for Jack_9

You can also Explore [IronPython](http://www.ironpython.net/) and [IronRuby](http://www.ironruby.net/). http://www.codeproject.com/Articles/602112/Scripting-NET-Applications-with-IronPython http://www.developerfusion.com/article/84449/ironpython/

Member Avatar for geniusvishal
0
333
Member Avatar for Tamil_1

Check this article: http://www.aspsnippets.com/Articles/Bind-and-Filter-XmlDataSource-Control-with-GridView-in-ASPNet-Example.aspx

Member Avatar for Tamil_1
0
162
Member Avatar for conorsingerline

Start with here: http://www.w3schools.com/aspnet/default.asp Then Move here: http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/introduction-and-overview I am assuming that you might have sound knowledge of HTML,CSS and Javascript before you start. If You dont have any ideas I will recommend you to read these topics in w3schools. Thanks

Member Avatar for portjm
0
304
Member Avatar for Sumith Asanka

In Dataset/Datatable.. http://www.c-sharpcorner.com/uploadfile/cd3aa3/fetch-data-from-gridview-and-store-into-datatable/

Member Avatar for Sumith Asanka
0
388
Member Avatar for weeraa

Check these articles.. http://www.dotnetvishal.com/2012/11/calling-javascript-using-server-side.html http://www.dotnetvishal.com/2012/11/how-to-call-javascript-function.html

Member Avatar for arun1123
0
174
Member Avatar for affable.guy

> What api to use ? Is there any api that can facilitate me in this ? https://www.twilio.com/blog/2012/02/twilio-for-net-developers-part-7-sms-voice-application-flows-using-asp-net-mvc.html > I want to pay for it. https://www.twilio.com/voice/pricing > Plus i am using asp.net and c#. Thats Ok!

Member Avatar for vps9.net
0
194
Member Avatar for vaibhav_3
Member Avatar for momal

Check this article: http://www.aspsnippets.com/Articles/How-to-create-Contact-Us-Page-in-ASPNet.aspx

Member Avatar for momal
0
258
Member Avatar for rpv_sen

From the Images you have posted It seems like you are using some provider other than DATA.SQLCLIENT.. YOu are using provider as SQLOLEDB which is not supported by SQLBULKCOPY. The constructor you are trying to call, SqlBulkCopy(string) expects a valid connection string for SQL Server. http://msdn.microsoft.com/en-us/library/8x2hdfta.aspx

Member Avatar for geniusvishal
0
1K
Member Avatar for Blueie

Also refer this article if u are using ms access as db.. http://godhc.wordpress.com/2011/04/22/aspnetsimpledb/

Member Avatar for Blueie
0
293
Member Avatar for davy_yg

As u have mentioned u are only proficient in developing simple database application with asp.net so It may take some time to master in sharepoint development.. You can refer these links to relate asp.net development with sharepoint: http://msdn.microsoft.com/en-us/library/ff649459.aspx http://msdn.microsoft.com/en-us/library/ff829215.aspx

Member Avatar for geniusvishal
0
222
Member Avatar for kategirdlelock

Check this article: http://www.codeproject.com/Articles/420052/Implementing-User-Profiles-in-ASP-NET-A-Beginners To know more about Profile refer the MSDN Documentation.. http://msdn.microsoft.com/en-us/library/vstudio/2y3fs9xs%28v=vs.100%29.aspx http://msdn.microsoft.com/en-us/library/vstudio/d8b58y5d%28v=vs.100%29.aspx

Member Avatar for geniusvishal
0
121
Member Avatar for morfious90

> 1-What to prepare most part in asp.net and php to cover in one month.I have basic knowledge of asp php and c#.sql server 2005/08.Quick way to prepare Learn the basics like framework related Questions, OOPs, Looping, Simple Programs, Database Queries, Joins etc. > What type of demo project should …

Member Avatar for morfious90
0
426
Member Avatar for john_beginner

See This... This is what u want.... [url]http://www.daniweb.com/web-development/aspnet/threads/409818[/url]

Member Avatar for nevil120
0
1K
Member Avatar for Rasvinder_1

You need to have knowledge of Matlab for developing this kind of application. http://www.codeproject.com/Articles/5468/ways-of-integrating-MATLAB-with-the-NET http://www.codeproject.com/Articles/374386/Simple-image-comparison-in-NET

Member Avatar for pritaeas
0
269
Member Avatar for laura301019

Check this article: http://www.codeproject.com/Articles/43727/Show-Hide-GridView-Columns-in-ASP-NET

Member Avatar for Daemon_CC
0
178
Member Avatar for sweta87

Are looking after Responsive design so that it will fit into any computer screen? Refer these articles: http://msdn.microsoft.com/en-us/hh535902.aspx http://www.responsivemvc.net/Resources

Member Avatar for JobPencil
0
532
Member Avatar for Ju
Member Avatar for geniusvishal
0
160
Member Avatar for yeshamarques

Check this thread: http://forums.asp.net/t/1970637.aspx?I+want+to+block+libwww+perl Thanks

Member Avatar for geniusvishal
0
127
Member Avatar for sachinst
Member Avatar for geniusvishal
0
150
Member Avatar for laura301019

Check this article.. http://www.codeproject.com/Articles/12117/Simulate-a-Windows-Service-using-ASP-NET-to-run-sc You can also use SQL Server agent to scheduled sending emails using your SQL Server DB. http://www.aspsnippets.com/Articles/Automated-Email-Notifications-using-SQL-Server-Job-Schedular.aspx

Member Avatar for geniusvishal
0
593
Member Avatar for aswinmc

Refer this thread: http://forums.asp.net/t/1446832.aspx?How+to+open+edit+and+save+a+Excel+Document+in+ASP+C+

Member Avatar for geniusvishal
0
86
Member Avatar for jafar muzeyin

You can use SQL Server Express Edition or MongoDB or mysql. All of them are free to use. But Practically speaking go for sqlserver as it fits best with Microsoft technologies.

Member Avatar for geniusvishal
0
342
Member Avatar for Sulaiman_1

You can use [Twilio](http://www.twilio.com/) Also Refer this thread: http://stackoverflow.com/questions/1984379/making-telephone-call-from-asp-net-application

Member Avatar for geniusvishal
0
208
Member Avatar for hitro456

Refer this thread: http://stackoverflow.com/questions/15913610/silverlight-wcf-throwing-the-remote-server-returned-an-error-notfound

Member Avatar for geniusvishal
0
326
Member Avatar for grafic.web
Member Avatar for Mr.M

Please Refer this link to find a suitable hosting Provider according to your need and location: http://www.microsoft.com/web/hosting/home > Also another question is that is there any way to reload the master page when you change pages meaning when you move from home to service the master page reload as its …

Member Avatar for Mr.M
0
219