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
~50.6K 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

150 Posted Topics

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
138
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
223
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
164
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
336
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
166
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
309
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
392
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
179
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
196
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
260
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
298
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
223
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
125
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
428
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
275
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
181
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
535
Member Avatar for Ju
Member Avatar for geniusvishal
0
163
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
129
Member Avatar for sachinst
Member Avatar for geniusvishal
0
153
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
602
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
89
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
346
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
210
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
330
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
220
Member Avatar for michiel.vandebroek.3

I dont know what is your level of expertise and what exactly you want to develop. Look in technical forums you need to show your problem ie., where you are struck or what is your attempt.. If you ask like I want to build this how to start.. I bet …

Member Avatar for geniusvishal
0
313
Member Avatar for sujimon

Hi sujimon, This forum is for questions related to asp.net web development. You can post your query on sharepoint forums: http://social.msdn.microsoft.com/Forums/sharepoint/en-US/home?category=sharepoint https://social.technet.microsoft.com/Forums/sharepoint/en-US/home?category=sharepoint

Member Avatar for geniusvishal
0
132
Member Avatar for senthilcse

for(int i=0;i<n;i++) { Label NewLabel = new Label(); NewLabel.ID ="Label"+i; NewLabel.Text = "Label" + i; this.form1.Controls.Add(NewLabel); }

Member Avatar for baig123
0
3K
Member Avatar for Valentine220

Go through the following thread and read my reply over there: http://forums.asp.net/t/1864735.aspx?What+is+the+Best+way+to+learn+ASP+Net+and+C+ Also Check out these nice suggestions by Rion Williams: http://forums.asp.net/post/5503655.aspx

Member Avatar for harsh9
0
111
Member Avatar for David Mac

Try to copy the below tag in the head section of your masterpage. This goes near the top of your head section. <meta http-equiv="refresh" content="3";url="http://www.xyz.com/default.aspx"> the numerical value is the number of seconds before refeshing. This WILL refresh after 3 seconds, no matter what, with no control over this due …

Member Avatar for JorgeM
0
390
Member Avatar for uv4u

Refer this thread: http://stackoverflow.com/questions/6012942/how-to-limit-label-string-length-in-gridview-with-read-more-link

Member Avatar for geniusvishal
0
218
Member Avatar for Maideen

Try Javascript Navigator cookieEnabled Property: http://www.w3schools.com/jsref/prop_nav_cookieenabled.asp Apart from that refer this thread as well: http://stackoverflow.com/questions/9130457/is-it-possible-to-check-if-cookies-are-enabled-with-modernizr

Member Avatar for Maideen
0
249
Member Avatar for Karineh_1

May be you should check whether your dropdownlist is getting binded again on each postback.. If not then put the binding code inside the !page.ispostback section so that it will be binded on each postback.

Member Avatar for Karineh_1
0
319
Member Avatar for HunainHafeez

Refer this link: http://www.codeproject.com/Articles/111037/Delete-Data-in-GridView-Using-Template-Button

Member Avatar for geniusvishal
0
601
Member Avatar for Nayyar_1

Refer this [link](http://codebetter.com/johnvpetersen/2012/03/22/accessing-a-asp-net-webapi-rest-service-from-asp-net-mvc/)

Member Avatar for geniusvishal
0
211
Member Avatar for hasan101002

Search for any Jquery/AJAX Image Slider.. If you want to invest some fortune you can use Devexpress Image Slider.. http://mvc.devexpress.com/ImageSlider/SlideShow Also check this article for more details.. http://www.codeproject.com/Articles/452313/ASP-NET-MVC3-Slideshow-Control-using-jQuery-and-XM

Member Avatar for geniusvishal
0
94
Member Avatar for giangnt

http://stackoverflow.com/questions/16563558/why-is-my-asp-page-request-files-always-empty-ive-tried-all-posted-fixes http://stackoverflow.com/questions/4411866/httprequest-files-count-never-equals-zero

Member Avatar for BMXDad
0
763
Member Avatar for HunainHafeez

The things is that Your Codes(C#/VB.Net/J#/VC++) are first compiled by their respective compiler for example csc.exe in case of C# to an intermediate language MSIL[Microsoft Intermediate Language]. It is done to make .net application Environment Independent. You can see this MSIL using ildasm.exe in Visual Command Prompt. Next this MSIL …

Member Avatar for HunainHafeez
0
181
Member Avatar for gahhon

Since your query is totally vague, I am assuming that you want to send a confirmation email to the user in order to validate his/her email after registration process.. Refer the links below: http://code.msdn.microsoft.com/Validate-user-email-761b45f2 http://imar.spaanjaars.com/569/requiring-users-to-confirm-their-e-mail-address-after-they-create-an-account

Member Avatar for gahhon
0
238
Member Avatar for gahhon

http://www.dotnetvishal.com/2012/11/allow-user-to-enter-only-numbers-in.html http://www.dotnetvishal.com/2013/02/allow-only-numbers-in-textbox-using.html

Member Avatar for gahhon
0
240
Member Avatar for gahhon

Refer these articles: http://forums.asp.net/t/1866656.aspx?body+unload+event http://forums.asp.net/t/1881448.aspx?How+to+detect+the+browser+close+event+in+ASP+Net+C+

Member Avatar for gahhon
0
225
Member Avatar for vishal1984

Refer this article: http://www.mindfiresolutions.com/To-refresh-Gridview-Data-regularly-without-any-page--postback-158.php http://forums.asp.net/t/1933471.aspx In the above article we are using timer to rebind the gridview every 10 second. You can replace it with the code to hide/clear the gridview and increase the time period.

Member Avatar for geniusvishal
0
143
Member Avatar for geniusvishal

Hi what are the various badges given to the users in Dani web like Posting Master,Posting Whiz etc.

Member Avatar for pritaeas
0
84
Member Avatar for maxpaine69

Refer this article: http://www.dotnetvishal.com/2013/05/yesno-message-box-aspnet.html

Member Avatar for BMXDad
0
187
Member Avatar for icedome

Create Your own custom chat application.. The Best bet will be SignalR Realtime chat application. http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr

Member Avatar for <M/>
0
353

The End.