|
|
Viewing 120 - 140 out of 148 Articles |
- Asp.Net
Can any one tell me that how can i start working with web.config
......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 5:30 pm |
Comments (0)
- what's the solution for this exception
-->> the following code :
DA = new SqlDataAdapter( "Select * from Personal", conn);
DataRow r = ds.Tables[0] .NewRow() ;
r["FirstName" ] = textBox1.Text;
r["LastNa......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 4:38 pm |
Comments (0)
- Confirmation Messagebox when deleting an item from the GridView ASP.NET Control
Confirmation Messagebox when deleting an item from the GridView ASP.NET Control
......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 4:34 pm |
Comments (1)
- To disable combobx/dropdownbox:
Hi All,
Could you please let me know how to disable combobox/dropdownbox depending on some condition?
Kindly waiting for the reply.
--
Thanks and Regards,
......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 3:35 pm |
Comments (1)
- What Chrome means for Microsoft
What Chrome means for Microsoft......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 6:02 pm |
Comments (0)
- How to sort multiple dimension array?
How to sort multiple dimension array?
Ex.
Structure Data
Dim IDno as String
Dim Fname as String
Dim Lname as String
Dim Age as Integer
End Structure
Dim Info(10) as Data
I want to sort the ar......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 4:20 pm |
Comments (0)
- How to display text in next line in multiline textbox?
I have a READ-ONLY multiline textbox named txtLog and I want to display texts in it. But the problem is, I cannot display the texts in new line by using "\n"or "\n\r". That is,
tx......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 4:12 pm |
Comments (2)
- Uploading file to ftp server in Asp.net using Vb
Can any body give code for uploading file to ftp server in Asp.net using Vb
......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 4:09 pm |
Comments (0)
- BizTalk
Hi all,
Can any one have idea about basics in BizTalk server and how to start with that, Please send me details ASAP.
Thanks.
......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 6:23 pm |
Comments (1)
- Run other application
How to run other application in the .net compact framework?
ex. my ProgramA call ProgramB.exe......
Posted in:
DOTNET | By:
rekha singh | Date: 06 Jan 2010 3:58 pm |
Comments (0)
- How to solve this error "The GridView 'MyGridview' fired event PageIndexChanging which wasn't handled."
How to solve this error "The GridView 'MyGridview' fired event PageIndexChanging which wasn't handled."......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 5:56 pm |
Comments (1)
- How to replace a text in SQL Server Table Column
How to replace a text in SQL Server Table Column......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 4:07 pm |
Comments (1)
- What is the difference between 3 Tier & 3 Layer Applications ?
What is the difference between 3 Tier & 3 Layer Applications ?......
Posted in:
DOTNET | By:
rekha singh | Date: 05 Jan 2010 3:32 pm |
Comments (1)
- Cannt connect to my Linq from my Web app
I have an app with a test harness. That testing runs my Linq data pulls and update. I am now trying to get the first page running and I cannot seem to get the linq to initialize the db for......
Posted in:
DOTNET | By:
rekha singh | Date: 04 Jan 2010 1:18 pm |
Comments (0)
- Webservice
Hi friends,
I want to access a webservice from Remote server(www.yahoo.com) to local machine( 122.165.12.204: 8080 ). I did that concept but its displaying following error. pls i......
Posted in:
DOTNET | By:
rekha singh | Date: 04 Jan 2010 1:07 pm |
Comments (2)
- Difference between Windows & Web applications
Dear frIends,
I am working on dot net technology. I am facing some questions at interview. I can't get the appropriate ans.
Plz tell me.
1. Difference between windows & Web Applicatio......
Posted in:
DOTNET | By:
rekha singh | Date: 04 Jan 2010 12:48 pm |
Comments (4)
- Image Transition in Windows application.
Hi friends.
I want an example image transition in C# .net 2.0 windows application. pls send me sample url or example.This example is like slide show. pls send me immedately.
&nbs......
Posted in:
DOTNET | By:
rekha singh | Date: 03 Jan 2009 6:55 pm |
Comments (0)
- How can i load data to ComboBox with Key and Value in Windows Application.
Dear Friends,
I am working in DOT NET framework. I am facing some problem. My problem: How can i load data to ComboBox with Key and Value in Windows Application.Please Help me.....
Be......
Posted in:
DOTNET | By:
rekha singh | Date: 03 Jan 2009 4:53 pm |
Comments (2)
- How to get the referring page on Page_Load event in ASP .NET
When a page loads in order to get the name of the page that sent you there, all you need to use is:
Request.UrlReferrer.ToString();
You can create a global variable to hold it:
String sReferrer =......
Posted in:
DOTNET | By:
rekha singh | Date: 03 Jan 2009 6:10 pm |
Comments (0)
- How can you delete or detach database in order to move it to another place if the connections are open with the database.
In some cases you want to delete or detach database in order to move it to another place.
But you can't do it if there are connections open with this database so you can use this procedure to st......
Posted in:
DOTNET | By:
rekha singh | Date: 25 Dec 2009 1:00 pm |
Comments (0)