Forum: ASP.NET Jul 27th, 2007 |
| Replies: 3 Views: 1,120 give same machine key in web.config file on both servers. |
Forum: ASP.NET Jul 27th, 2007 |
| Replies: 3 Views: 2,215 Can you post the code. I suspect the problem might be in creating the event handlers... |
Forum: ASP.NET Jul 27th, 2007 |
| Replies: 7 Views: 1,463 Thts really simple.........:icon_wink: |
Forum: ASP.NET Jul 25th, 2007 |
| Replies: 8 Views: 1,392 If your application is written in ASP.Net 2.0 , you can create a master page that will be the template for all pages inside the web site.
Or if it is asp.net 1.1, you can create a base class... |
Forum: ASP.NET Jul 25th, 2007 |
| Replies: 7 Views: 1,463 Hi Irfan,
Could you please be more specific. You mentioned you have a problem to call web method. What is it? |
Forum: ASP.NET Jul 25th, 2007 |
| Replies: 1 Views: 712 Hi Aravind,
There are lot of ways to attain interacation between the Layers and it totally depends on ur application architecture. The simplest way is to return the String error messages. you can... |
Forum: ASP.NET Jul 25th, 2007 |
| Replies: 8 Views: 4,227 Hi,
I would suggest you to use "MaskedEdit" control from ajax toolkit. here is the link.
http://ajax.asp.net/ajaxtoolkit/MaskedEdit/MaskedEdit.aspx |
Forum: ASP.NET Jul 23rd, 2007 |
| Replies: 1 Views: 1,148 Hi,
Can anybody let me know how to stop the postback event on button click in firefox.
Thanks in advance. |
Forum: ASP.NET Aug 17th, 2006 |
| Replies: 3 Views: 6,021 Hi Neeraja,
U need to retain the old value before updating the string 's'. Use the follwoing code.
if(Session["mykey"] != null)
s = Session["mykey"] as string;
s = s + "First Name... |
Forum: ASP.NET Jan 17th, 2006 |
| Replies: 2 Views: 2,281 Hi,
exactly i didnt get what ur trying to do. Where ur not getting the security tab. If it is in the ASP.Net add-in to the IIS manager, then we don't have security tab there.
it will show you... |
Forum: ASP.NET Nov 21st, 2005 |
| Replies: 1 Views: 8,104 There is no such option with Visual Studio WebSetup project. |
Forum: ASP.NET Nov 21st, 2005 |
| Replies: 4 Views: 2,974 Hi Deepa,
What do you mean by local remote system? |
Forum: Search Engine Optimization Nov 10th, 2005 |
| Replies: 21 Views: 6,047 Hi,
Google defines the PageRank as below |
Forum: HTML and CSS Nov 10th, 2005 |
| Replies: 5 Views: 2,988 Hi,
Anyways, its not possible to have two onload() methods in a single page.But u can solve this problem by using Timer.
Hi Tigreer, I thought the same.
Thanks,
Kedar |
Forum: ASP.NET Nov 10th, 2005 |
| Replies: 1 Views: 2,386 Hi,
If you want to show new dialog, first u have to create another form object. If you want to show the MessageBox, here you go.
private: System::Void button1_Click(System::Object * sender,... |
Forum: Community Introductions Nov 10th, 2005 |
| Replies: 5 Views: 1,175 |
Forum: Community Introductions Nov 10th, 2005 |
| Replies: 5 Views: 1,175 Hi Daan,
You are the cutiest girl i ever seen |
Forum: Community Introductions Nov 10th, 2005 |
| Replies: 4 Views: 1,335 Hi Dani,
Thank you very much for your warm welcome. I already started using .net forums and it helps me a lot. |
Forum: Geeks' Lounge Nov 10th, 2005 |
| Replies: 6 Views: 2,315 Hi Guys,
Im from mountian view |
Forum: Community Introductions Nov 10th, 2005 |
| Replies: 4 Views: 1,335 hi all,
I found this dite yesterday from Google. i really impressed very much. It's providing lot of features when compare to other forums. I regularly visit MS.Net forums and I feel this is much... |
Forum: Community Introductions Nov 10th, 2005 |
| Replies: 36 Views: 6,909 Hi Priya,
Im kedar. You are doing good job. Here I have a question for you.
Could you please let me know the technologies you are used for your portal site "ITPortal.org". I assume it should be... |
Forum: ASP.NET Nov 10th, 2005 |
| Replies: 10 Views: 21,950 Ok, i got it.
First we have to check for the records in the database.
If the number of records is zero. Then ask the user to enter the initial value.
Check whether it is alphanumeric or... |
Forum: ASP.NET Nov 10th, 2005 |
| Replies: 12 Views: 23,460 Could you please send me the URL that ur navagating. |
Forum: C++ Nov 10th, 2005 |
| Replies: 3 Views: 2,366 i know this solution using private constructor.
So, the user has to call the static method to create the new object. Is there anything better than this. |
Forum: ASP.NET Nov 10th, 2005 |
| Replies: 2 Views: 7,528 Hi,
try this.
if(drv("mn_checked") != null && drv("mn_checked").ToString <> "")
e.Item.Cells(2).Visible = true;
else
e.Item.Cells(2).Visible = false;
thanks,
Kedar |
Forum: C++ Nov 9th, 2005 |
| Replies: 3 Views: 2,366 Hi,
Can anybody explain me how to create a sealed class on c++.
thanks in advance,
kedar |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 10 Views: 21,950 So, he is generating the table dynamically on fly. Right
Thanks,
Kedar |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 13 Views: 5,462 Im sorry. I thought some code behind file will be there.
Im not sure but may be the client script is not registered
Thanks, |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 10 Views: 21,950 Hi Paladine,
Could you please let me know his special requirement.
Thanks,
Kedar |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 5 Views: 2,776 Hi,
can u try this.
Thanks,
Kedar |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 10 Views: 21,950 Hi Ravi,
This solution looks very strange to me. If you requirement is just to increment the U_Id value on insert of new record, u can do that in the database level rather than using c# code.
... |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 2 Views: 2,741 Hi Topaz,
When we are going to design any project we need to mind the following things.
Authentication & Autherization.
Menu System & Navigation.
Database Requirements.
Basic Framework... |
Forum: C# Nov 9th, 2005 |
| Replies: 4 Views: 24,991 Hi,
I dont think the problem is with the capitalization and you are using the correct format.
Here you code is a little bit confusing. I can't understand why you are extending the TcpClient... |
Forum: C# Nov 9th, 2005 |
| Replies: 2 Views: 2,998 Hi,
Delegates are the objects that stores reference to methods. This is similar to "Function Pointers" in vc++, but delegates are type safe.
It is not much difficult to understand. U can find... |
Forum: C# Nov 9th, 2005 |
| Replies: 4 Views: 11,955 Hi,
You can add the conditional compilers in the property pages of the solution also.
Thanks,
Kedar |
Forum: C# Nov 9th, 2005 |
| Replies: 3 Views: 5,498 Hi,
Is there any perticular reason to use the Array. In Array datastructure the objects are indexed based on the integer value.
If you want to store the Key-Value pairs,you can use the... |
Forum: C# Nov 9th, 2005 |
| Replies: 2 Views: 23,730 Hi Sandy,
try the following code.
string str = "window.setTimeout(window.location.href='login.aspx'," & "(Session.Timeout * 60 * 1000) + 5000);";
body.Attributes.Add("onLoad",str )
... |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 12 Views: 23,460 Hi Madhu,
Could you please let me know how ur accesing the file. I mean r u creating any File object in you application or U r just navigating to that file using browser.
thanks,
Kedar |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 5 Views: 22,097 Hi Red,
You are right. It is HTTP request processing pipeline explains how the request is manipulated by different objects.
But Page Event Life Cycle contains all the events and methods that... |
Forum: ASP.NET Nov 9th, 2005 |
| Replies: 10 Views: 24,433 Hi,
In ASP.Net perspective 3 tier architecture is to seperate the business logic from the presentation logic. 3 tier architecture consists of
Basically, ASP.Net itself is designed in 3 tier... |