But I have to compile file again for the project.
Regards, Smart Boy Mumbai, (INDIA)
But I have to compile file again for the project.
Regards, Smart Boy Mumbai, (INDIA)
As I said I have web application.
Regards, Smart Boy Mumbai, (INDIA)
Hi, can you please elaborate it?
Regards, Smart Boy Mumbai, (INDIA)
Thanks for reply Parwej, I will give you example of scenario. I have one solution file say SampleSolution in that I have one Business Layer say BLayer as project in solution and one website say SampleWebsite in same solution. Now my web service is in Blayer Project. When I add web reference (i.e. web service) of testing environment in this project it creates reference in app.config file. Now when I add reference of this project in my website (i.e. SampleWebsite), DLL of this project (i.e. BLayer.ddl & BLayer.pdb) is add in my BIN folder. While deploying on testing server I will compile the website and publish it and copy these files (i.e. BLayer.ddl & BLayer.pdb) along with other files in website to my testing server. After clearing testing and moving to live server I have change the path of my web reference to live server and compile it (i.e. BLayer) again to deploy on live server again. This is what I don't want to do. Is there any way to do it without compiling BLayer again
Regards, Smart Boy Mumbai, (INDIA)
yes
Regards, Smart Boy Mumbai, (INDIA)
there is entry in app.config on that Project (i.e. tier) but m adding reference on that project (i.e. tier) in my website which is again in same solution file. So when I add reference only dll files comes in BIN folder of website. And in DLL the path on web reference is for testing environment. How to change web reference in dll with out compiling it again for live.
Regards, Smart Boy Mumbai, (INDIA)
HI, My excuse of the subject line if wrong. I need you peoples expert advice on one of my project. Scenario: I have ASP.NET 2.0 project which is n-Tier project. In one or many tier (project in same solution as my website) I am using web services and these project are added as references. So the dll comes in my BIN folder of website. I have two different web application and web services related to each one of them i.e. one for my testing and another for my live. So when I want deploy my website on testing, I compile my code and deploy on testing web app and if testing is success then I copy my compiled code from testing to live web app. Problem: Now the problem when I change any thing in my project (i.e tier), I need to change web references for that project from development environment, compile it and deploy on testing. If testing is ok then I have to again change the web references for the web service, compile it again and deploy on live. Needed Solution: So my question is; is there any other way to just change in config file and without compile again for live I can move from testing to live. Note: Though I am using ASP.NET 2.0 version my code gets compiled in backward compatibility i.e. 1.1. Looking for to hear from experts soon..
Regards, Smart Boy Mumbai, (INDIA)
In event name of ur update panel u have written "Click" as event but in ur linkbutton control onclick event value is "lnk1_Click". If u r writing ur code in ASP.Net then Handler in the event like Protected Sub lnk1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lnk1.Click And remove the event name in the Code onclick="lnk1_Click" from ur html and try then. Best of Luck.
Regards, Smart Boy Mumbai, (INDIA)
is this link button is in menu?
Regards, Smart Boy Mumbai, (INDIA)
In first post u have said that ur button name was "lnk1" and now in ur this reply with the code ur button name is "lnk2"
Regards, Smart Boy Mumbai, (INDIA)
Can u post complete ajax update panel code. Also check for the ID for Case sensitive.
Regards, Smart Boy Mumbai, (INDIA)
Hey All, I have create some sample code for send sms from the website, have look at the article posted in Code Project. http://www.codeproject.com/KB/aspnet/SendSMS\_ASPDOTNET20.aspx
Regards, Smart Boy Mumbai, (INDIA)
is there any harm in doing codes in VB.NET.....instead of C#
Regards, Smart Boy Mumbai, (INDIA)
y most of the DOTNET Web Developers prefer C# instead of VB.NET ?????.....
Regards, Smart Boy Mumbai, (INDIA)
if u are using vs2005 then u dont need to write so much just go to the code and in auth. write ur code. But u r using vs2003 then u find the code on this portal on the left hand side of the Home Page....
Regards, Smart Boy Mumbai, (INDIA)
Create an object as datarow and the take all the data of ur datagrid column to that object and then refer it..
Regards, Smart Boy Mumbai, (INDIA)
u required modem and software for logging the calls.....
Regards, Smart Boy Mumbai, (INDIA)
select * from sysdatabases; but this statement should be master DB
Regards, Smart Boy Mumbai, (INDIA)
Thanks Sir, I forgetted dat i ve given order column in the table. And I used UNION to join 2 tables, and then given order by order column. Thank you Sir for ur help.. My task is Achieved......
Regards, Smart Boy Mumbai, (INDIA)
Check for parameters wich u r passing in javascript...
Regards, Smart Boy Mumbai, (INDIA)