Search Results

Showing results 1 to 40 of 47
Search took 0.01 seconds.
Search: Posts Made By: kedar_challa
Forum: ASP.NET Jul 27th, 2007
Replies: 3
Views: 1,120
Posted By kedar_challa
give same machine key in web.config file on both servers.
Forum: ASP.NET Jul 27th, 2007
Replies: 3
Views: 2,215
Posted By kedar_challa
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
Posted By kedar_challa
Thts really simple.........:icon_wink:
Forum: ASP.NET Jul 25th, 2007
Replies: 8
Views: 1,392
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
There is no such option with Visual Studio WebSetup project.
Forum: ASP.NET Nov 21st, 2005
Replies: 4
Views: 2,974
Posted By kedar_challa
Hi Deepa,

What do you mean by local remote system?
Forum: Search Engine Optimization Nov 10th, 2005
Replies: 21
Views: 6,047
Posted By kedar_challa
Hi,

Google defines the PageRank as below
Forum: HTML and CSS Nov 10th, 2005
Replies: 5
Views: 2,988
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
Just kidding....;) :D
Forum: Community Introductions Nov 10th, 2005
Replies: 5
Views: 1,175
Posted By kedar_challa
Hi Daan,

You are the cutiest girl i ever seen
Forum: Community Introductions Nov 10th, 2005
Replies: 4
Views: 1,335
Posted By kedar_challa
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
Posted By kedar_challa
Hi Guys,

Im from mountian view
Forum: Community Introductions Nov 10th, 2005
Replies: 4
Views: 1,335
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
Could you please send me the URL that ur navagating.
Forum: C++ Nov 10th, 2005
Replies: 3
Views: 2,366
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
So, he is generating the table dynamically on fly. Right

Thanks,
Kedar
Forum: ASP.NET Nov 9th, 2005
Replies: 13
Views: 5,462
Posted By kedar_challa
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
Posted By kedar_challa
Hi Paladine,

Could you please let me know his special requirement.

Thanks,
Kedar
Forum: ASP.NET Nov 9th, 2005
Replies: 5
Views: 2,776
Posted By kedar_challa
Hi,

can u try this.


Thanks,
Kedar
Forum: ASP.NET Nov 9th, 2005
Replies: 10
Views: 21,950
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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
Posted By kedar_challa
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...
Showing results 1 to 40 of 47

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC