Snehasish_Nandy
Posts
-
String compare -
two comboBoxsPost the piece of code for better understanding...
-
invoking Text Transformation with Visual studio PackageYou can check this http://msdn.microsoft.com/en-us/library/vstudio/gg586947%28v=vs.110%29.aspx[^] Hope it will give you some idea :)
-
SSRS reports shrinks on chrome browserRefer ssrs-reports-browser-compatability-issues[^] Hope it will help.. :)
-
Explain the exceptions in ASP.Net webforms -
asp.net application for internal company telephone extensionYou can refer this and proceed according to your requirement Phone Book in C#[^] else go through google[^] Hope it will help..:thumbsup:
-
Read File and save in datatableWhat file you are trying to read from..??
-
Bob looks good today but where is the chocolate?Bob is waiting for someone who will give the chocolate to him.. ;P
-
What is the purpose of a .edmx file?You can check this http://msdn.microsoft.com/en-us/library/vstudio/cc982042%28v=vs.100%29.aspx[^] Parsing the Entity Framework EDMX file[^] Hope it will help..:thumbsup:
-
Is it possible to impelement Voice Recognition in C# Web Applicaion?Ya but it may give him the idea about the approach.. :)
-
Is it possible to impelement Voice Recognition in C# Web Applicaion?You can check this Thanks to ProgramFOX :thumbsup: Speech recognition, speech to text, text to speech, and speech synthesis in C#[^]
-
ASP.Net Best PracticesIt's my personal choice http://www.charlespetzold.com/dotnet/[^]:thumbsup:
-
How to get last 3 values from Mysql tableIt would be best to have a TIMESTAMP column that defaults to CURRENT_TIMESTAMP .. it is the only true predictive behavior you can find here.
The second-best thing you can do is ORDER BY ID DESC LIMIT 1 and hope the newest ID is the largest value.
check this also accessing-last-inserted-row-in-mysql[^] Hope it will help..
-
Problem in Top Experts this month placeHi Please check the Top Experts this month section.. It's displaying some unrelated value. :(
-
Want to learn ASP.NETHi all I know what ever i am going to write will look bit silly, but please if you people can help it will be great for me. I am working as a developer from past 2 years. i work on web and windows applications. still now in web application i worked on concepts like ajax, javascript, css, html and c# concepts in a basic manners. But now i want to go for some new concepts in web application to enhance my skills. If you guys can suggest me some topics/links for this i will be very thankful to you all.. Thank you
-
Zoom in and Zoom out feature in a pictureboxApart from the links provided you can check this how-to-zoom-in-and-zoom-out-a-image-in-picturebox-using-mouse-wheels-in-c[^]
-
I want column wise gridview pagingI think OP asked for paging..conversion part is already over..
-
video Conferencing in my web applicationApart from which you have tried u can check this also YouConf - Your Live Online Conferencing Tool[^] Hope it will help.. :)
-
could not downloadIt is downloadable..check again.. ;)
-
Web spam detection in C#Hope this will give you some idea akismet-spam-detection-in-dot-net/[^] Spirin.pdf[^]