Fetch values from Comma Seperated Columns in SQL SERVER
I have a a table that store values like this:Name CategoryIdGaurav 4,6Amit 2,4Ajay 6,2 2,4,6 (This is the id of category that name is present in their master table)The Master table...
View ArticleServerless LDAP connection strings are not supported
Hi Everybody I'm using Visual Studio 2010 and I'm getting this error when trying to run my login page Serverless LDAP connection strings are not supported by the Active Directory membership...
View ArticleReport Viewer display check box
Hi guys, I am building a report, in the report i should display 7 site name with check box, and if the report belongs to 1st site that check box should be checked, if the report belongs 2 sites it...
View ArticleGetting uptime and bootime on Windows Phone 8
Hi Everyone,I want to get the boot time and uptime for my windows phone using C#. Kindly help...
View ArticleSyllabus for Microsoft Certification Examination 70-536
Hello, I wanted to know the Total syllabus and the topics that I should cover in order to appear for 70-536 Microsoft Certification Exam and also the books that can help me out.Thank You,Sorry, I...
View ArticleSystem.IO.IOException: Authentication failed because the rem
I'm creating a webservice ( in .NET 3.5) to obtain SSL certificate information of a remote server based on the domain name and i have a client which is a console application to call the service....
View ArticleLogin form with validation using Devexpress
Now i have situation that i want create a login form with validation. When user leave empty string and click submit, validation popup will be showed. Otherwise, if user enter wrong username or...
View ArticleHost silverlight application on iis with one or more url's.
Hi all,I want to host my silverlight application on web with two URL as like www.site1.com and www.site2.com .If i put any one URL on the addressbar of the browser i want open same site.How i can do this?
View ArticleIntallation of SQl server
Hi I have downloaded the files from the following link but it shows some error during installation that installation requires MS .Net Framework 2.0 SP2 Please suggest me appropriate...
View ArticleHow to develop an wpf application which has metro interface
Hi all friends, I want to develop an wpf app, which I could do but want to develop like an metro interface and its motion while opening forms , buttons, text box, icons which I want to look like an...
View ArticleWhich Way is better for multi Threading or multitasking in c
Which Way is better for multi Threading or multitasking in c#? how Many ways for this?
View Articleword counter
How to word counter use in asp.net?In textbox text some content will be given, and check the word count the how many time of word will be repeater count and show .Image in belowoutput come to this...
View Articleinfopath form
Here z my requirementHow to save infopath form to sharepoint without certificate(i.e trust)Plz help me out
View ArticleAlarm in Android that is taking the data from Database
Hi everyone!I am buliding a Dialy Planner,so when I Register a Task, I want it also to ring when for example Tuesday 4:00!Can u help me?The time and Date are registered in the database SQLite!Thank u...
View Articlehow to return multiple entity framework models to the view
This is the action in the controller where i'm trying to pass a single entity model to the view.public ActionResult Appointment() { return view(dt.sometable.ToList()); }This is...
View ArticleProblem ecountered when writing a Salary Payroll System
sir/ma,i am a programmer and currently writing a programm on PayRoll system for my Institution.pls i want to compute a payroll that can divide a certain amount of money for certain period of time....
View ArticleAsp.Net in Tabs Control
In tabs1 to tabs2.. page should not reload. Asp.net Using C# in Ajax ConceptsIn tab1 to tab 2 in there want display loading function..For Example in this...
View Articlehow to store the datarow values into variables using C#
how to store the datarow values into the variables using c# My code as follows; DataRow objRow;objRow = objDt.NewRow(); objRow[0] = sCourse;objRow[1] = sRate;objRow[2] =...
View Article