Search Articles
Categories
BizTalk
Blogs
C#, ASP.Net
Search
Blog Stats
- 1,031,710 hits
Recent Comments
Author Archives: Vijay Modi
IE 9.0 + Webpage has expired while clicking on Submit button:
This is not related with internet explorer back button. I have created a website and tested it with IE 6.0, 7.0 and 8.0. Its working fine in all these browsers. After some time, microsoft came with newer version internet explorer … Continue reading
Posted in ASP.Net
Leave a comment
Sample Application: InstallScript MSI
Introduction InstallShield allows creating windows setup. It allows creating custom setup using components and features. It allows customizing UI flow, installing logic and customizing UI theme for the setup. How to create InstallShield project? To create New InstallShield project, open … Continue reading
Posted in Setup and Deployment
1 Comment
SQL Server : Generating user instances in SQL Server is disabled. User sp_configure ‘user instances enabled’ to generate user instances.
To resolve this issue, please follow the following steps: 1. Start the SQL Server 2005 Management Studio Express. 2. Connect to the default instance of that server (Your Machine Name\SQLEXPRESS) 3. Then open a New Query Window. Please check that … Continue reading
Posted in BizTalk Server
Leave a comment
WINDOW 7 + The installer has encountered an unexpected error installing this package. Error code is 2869
I have faced this error while installing SubSonic(http://www.codeproject.com/KB/database/SubSonic.aspx) in my machine. I have searched on google and found the solution. This is a security issue with the Window 7. To resolve this issue please open Command Prompt by right and … Continue reading
Posted in ASP.Net, ASP.Net
3 Comments
Session sharing issue in various Tabs in Internet Explorer
One of the common problems reported with tabbed browsing in Internet Explorer is that the session state is shared between the tabs. Due to this user can face many issues like 1> Suppose user has opened a Product(productID=2) and editing … Continue reading
Posted in ASP.Net, ASP.Net
4 Comments
ASP.Net + Refactor Code
For long time, I am using CodeRush and Refactor! Pro and it is really very helpful to refactor the code. You can download it from the following URL: http://www.devexpress.com/go/DevExpressDownload_CodeRush3.aspx
MS SQL – XQuery : Retrieve element value from a Column with XML Datatype using XQuery?
Suppose we have a “test” table with the following fields: testID int testXML XML Now we have the following records in this “test” table: 1 1Test1address1 2 2Test2address2 3 3Test3address3 4 4Test4address4 Now, suppose develope has requirements to retrieve Address … Continue reading
Posted in BizTalk Server
1 Comment
MS SQL XQuery Issue
I was facing an issue with AJAX for last two-three days. Let me explain the issue: I have a search screen. On this screen I have a Search “TextBox” and Search “Button”. While user is inputting any text and click … Continue reading
Tagged MS Sql Server
Leave a comment
IDEA: Add Some One as BCC in Chat
Friends, You all aware of sending email feature of Yahoo, Gmail, Rediff, etc.. Free Email Service providers. We can send email by insertng Email Address in To, Cc & Bcc address. Here user can see the Email addresses entered in … Continue reading
Tagged .Net 3.5, .Net 4.0, C#, ASP.Net, PHP
Leave a comment
ASP.NET 4 and Visual Studio 2010 Released
Today, I just visited http://ASP.Net and found that Microsoft has released ASP.Net 4 Beta 2 and Visual Studio 2010 Beta 2. You can find some of the exciting changes on the following URL: http://www.asp.net/learn/whitepapers/aspnet4/#_TOC1_1 And you can find Breaking changes … Continue reading
Tagged .Net 3.5, .Net 4.0, C#, ASP.Net
1 Comment