Thanx Friends. I'll try and surely let u know abt the status. But do VS 2008 needs IIS. With warm Regards Rahul Adya
rahuladya
Posts
-
Visual Studio is not working properly in Vista -
Visual Studio is not working properly in VistaHello forum I've installed VS 2008 in Vista. It is working but not displaying the page in any browser. Browser is just displaying that the page can not be displayed. Can anybody tell me what is the solution. what should I do. Thanx Rahul Adya
-
How to create a Web site in which user can create his mail accountHello Lev, Thanx for ur reply and sorry for cross posting. Lev can u send me any link or help regarding tying my domain name with google apps...I am not able to getting u exactly.. Thanx again Lev.
-
How to create a Web site in which user can create his mail accountHello Forum I am new for this concept. I want to create a web site in Asp.Net using c#.Net in which user can create his mail account like in code project,yahoo or gmail etc...like abc@gmai.com Do i need my own server?or the domain space will be sufficient on any server? Any Basic Technology required? Can any bdy tell me some steps to follow in the creation of that Web site My basic Confusion is how and where to store the Mails and their format...? Thanx n Regards Rahul
-
Requirment to create a web site in which user can create his mail accountHello Forum I am new for this concept. I want to create a web site in Asp.Net using c#.Net in which user can create his mail account like in code project,yahoo or gmail etc... Do i need my own server?or the domain space will be sufficient on any server? Any Basic Technology required? Can any bdy tell me some steps to follow in the creation of that Web site My basic Confusion is how and where to store the Mails and their format...? Thanx n Regards Rahul
-
Regarding reading and Writing xmlfile after deploymenthello navneeth Yes i know but the issue is not here, we can secure it by adding it to solution explorer and after creating setup it will not be visible to anybody. The problem is how to find the xml file present in the project on runtime because the directory path will be changed after deployment. Rahul adya
-
Regarding reading and Writing xmlfile after deploymenthello froum I am writing the elements to xml file on runtime,and also using them. It is working properly.
XmlDocument xmlDoc = new XmlDocument();
string path = AppDomain.CurrentDomain.BaseDirectory + @"\XMLFind.xml";
xmlDoc.Load(path);
XmlNodeList xmlNS = xmlDoc.GetElementsByTagName("testword");The xml file is in the bin folder. but the problem is after creating setup the xml file is visible to every body so it can be deleted accidently. If the xml file is placed in the project then while using the output (after creating its setup) it gives the runtime error Could not find the C:\Program Files\hts\SetupFinal\XMLFind.xml. can anybody help me... Regards Rahul Adya
-
Reading and Writing through XML Filehello froum I am writing the elements to xml file on runtime,and also using them. It is working properly.
XmlDocument xmlDoc = new XmlDocument();
string path = AppDomain.CurrentDomain.BaseDirectory.Substring(0, AppDomain.CurrentDomain.BaseDirectory.LastIndexOf("bin\\")) + @"\XMLFind.xml";
xmlDoc.Load(path);
XmlNodeList xmlNS = xmlDoc.GetElementsByTagName("testword");The xml file is in the bin folder. but the problem is after creating setup the xml file is seen to every body so it can be deleted accidently. If the xml file is placed in the project then it gives the runtime error
Could not fine the C:\Program Files\hts\SetupFinal\XMLFind.xml.
can anybody help me... Regards Rahul Adya
-
To apply a search on every table in a databasehello Bob I did some job on that but the output is not according to my desire. Let me explain the Demo tables are txnNews NewsId Title News txnWallpapers WallpaperID Name Path txnHoroscope SunSignId Horoscope Now i want to do search on the News and title columns of txnNews on Name column of txnWallpapers and Horoscope column of txnHoroscope the code that i used is
declare @search varchar(128)
declare @mycommand varchar(128)
declare @mywhereand varchar(128)
declare @returnvalue varchar(156)
declare @colname varchar (50)
set @search = '%India%'set @mycommand = 'select * from ? where news like '''+ @search+''''
exec @returnvalue= sp_MSforeachtable
@command1 = @mycommandprint @returnvalue
that gives an error for the other two tables of invalid column what should i do regards rahul
-
To apply a search on every table in a databaseThanx Friend I m working on that.... regards Rahul
-
To apply a search on every table in a databasehello forum i want to give an option of search on frontend (asp.net) that will find the given keyword in selected columns of each table present in database how can i do that perfectly and without effecting the performance. How to create a stored procedure to apply a search on every table in a database can anybody help me. regards rahul
-
searching in sqlThanx Danish Rahul
-
searching in sqlhello forum i dont find any board regarding sql queries,so m posing my query in this board i want to give an option of search on frontend (asp.net) that will find the given keyword in selected columns of each table present in database how can i do that perfectly and without effecting the performance. can anybody help me. regards rahul
-
split a string into parts by losing no character in c#Thanx Guffa it works very well... regards Rahul adya
-
split a string into parts by losing no character in c#hello forum i am spliting a string into parts on the occurance of characther a by using split method like
string a = "advanced";
string[] b = new string[10];
b=a.Split('a');but by this method i m losing character a from the string array it is returning
b[0]=
b[1]=dv
b[2]=ncedi want to get
b[0]=a
b[1]=dv
b[2]=a
b[3]=ncedcan any body help me regards rahul adya
-
how to export and import text from rich text box to word file (.doc)hello forum can anybody tell me how can i export and import text from rich text box to word file (.doc) in c# window application regards rahul
-
How to install new fonts in visual studio 2005 [modified]hello forum i need to change the font of text in hindi on runtime.For that i need to installs new fonts of hindi langauage to visual studio. Do i need that?? How can i do that?? Regards Rahul Adya
modified on Sunday, September 21, 2008 9:37 AM
-
csv importshello forum i want to know the full form of CSV and what the full concept is regards rahul
-
localization and Globalization but in other wayok,,,,,yes i think so thanx for ur replies
-
localization and Globalization but in other wayThanx Greeeg for ur reply but is'nt that the longest way to achieve the target,,,,plz suggest some short way. regards rahul adya