how to start android mobile app development
how to start android mobile app development
View ArticleFreddy Kruger
I have encountered some strange behavior with a website project. I'm using Visual Studio 2010 Pro, and have been for some while. I recently changed to IIS 7 pipes both at the site and my development...
View ArticleFreddy Kruger Fixed
For some unexplained reason, the FK behavior has been resolved. But I don't have an explanation for it. The compiled site is working as it should, and I can update the html page. May have something to...
View Articleweb form application accessing ssrs reports
In a new C# 2010 web form application, I am planning to use a reportviewer control for users to determine what ssrs 2012 reports they want to execute. This plan is good for one report, but how about if...
View ArticleCreate an ASP.NET Page with a scheduler application
Hi All, I am looking to create an ASP.NET application that will function as a scheduler application. Specifically its for meetings to be scheduled and viewed by everyone in the organization. I am well...
View ArticleAdding Objects To Session
I have a list called List < Accounts > where I can add customers' info after supplying the needed data and clicking the Add button on my webform. To persist my data between postbacks I stored my...
View Articleasp.net mvc with desktop ui. HowTo?
I am developing desktop-apps. Now I want to go to a web-based approach with asp.net mvc as a framework. I want to skip the Silverlight-approach and instead want to do it html5-JScript-based (with...
View ArticleAbout Online Shopping In Asp.net and linq
Can help me about to make online Shopping Website. My query is under: 1. How to add cart 2. how to show product valuein repeater (with Image) 3. how to process billing. 4. what is way of return...
View ArticleRadEditor is disabled possibly because of AJAX Manager
Hi, I am new to the Telerik controls, I am using RadEditor, when I don't put the RadAjaxManager its giving me error like AjaxManager doesn't exist, but when I put in my content page, the error is gone...
View ArticleTextbox is losing its value in PostBack
Hi, I am using a TextBox in my code and a Panel and some Rad controls in it. When I click a button beside the TextBox it opens the Panel as Popup and when makes change to the fields in the Popup and...
View Articlehow to compare two text box values
Hi all.. I have to compare two text box values whether they are equal or less than or greater than like textbox1.text<=textbox2.text... I am comparing date as string values.. Thanks in advance..
View ArticleFILL HTML.EDITFOR FIELDS ON BUTTON CLICK IN ASP.NET MVC
Dear Friends I am new MVC world & working in a project. I want to fill some html.editfor fields on a button click. My tried the given below codes: Controller action:[HttpPost] public JsonResult...
View ArticleUse store Proc in NetTier code smith
Hi, I am using CodeSmith NetTier for DAL creation, can anybody give me idea how to use Stored Proc in NetTier and CodeSmith. Thanks, Abdul Aleem "There is already enough hatred in the world lets...
View ArticleSaving the Values entering dynamically created Textbox into database
How do I save the values entering into textbox that is dynamically created to databaseMy Codefor (int i = 0; i < Grid.Rows.Count; i++) //Grid.Rows.Count {...
View ArticleA namespace cannot directly contain members such as fields or methods
Hi All, I am maintaining a Web Application, when I am trying to Publish it I am getting the following error "A namespace cannot directly contain members such as fields or methods" and I am positive...
View ArticleEncrypted Web.Config files and Updates
I am a sysadmin at the company I work for and I was encrypting connectionStrings in the web.config files of an IIS site in our Stage environment. I was using the instructions from here: Encrypt...
View Articletouch screen application in C#
I want to develop touch screen application in .C#.i didnt develop touch screen before.
View Articlemvc views
I want a solution for validating weakly typed model. not by using jquery validations,angular js, not by combining all the models to a single model i want validation to to be done on .cshtml page
View ArticleService names aren't Suffixing with Service NetTier code generation
Hi All, I am using CodeSmith NetTier generator for the my DAL generation, I have set the ServiceClassNameFormat field to : {0}Service, but still it not generating the class names with Service Suffix,...
View Article