Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

rahuladya

@rahuladya
About
Posts
21
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Visual Studio is not working properly in Vista
    R rahuladya

    Thanx Friends. I'll try and surely let u know abt the status. But do VS 2008 needs IIS. With warm Regards Rahul Adya

    ASP.NET visual-studio csharp question

  • Visual Studio is not working properly in Vista
    R rahuladya

    Hello 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

    ASP.NET visual-studio csharp question

  • How to create a Web site in which user can create his mail account
    R rahuladya

    Hello 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.

    C# csharp asp-net com sysadmin tutorial

  • How to create a Web site in which user can create his mail account
    R rahuladya

    Hello 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

    C# csharp asp-net com sysadmin tutorial

  • Requirment to create a web site in which user can create his mail account
    R rahuladya

    Hello 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

    .NET (Core and Framework) csharp asp-net sysadmin question

  • Regarding reading and Writing xmlfile after deployment
    R rahuladya

    hello 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

    C# help sysadmin xml workspace

  • Regarding reading and Writing xmlfile after deployment
    R rahuladya

    hello 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

    C# help sysadmin xml workspace

  • Reading and Writing through XML File
    R rahuladya

    hello 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

    C# help xml workspace

  • To apply a search on every table in a database
    R rahuladya

    hello 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 = @mycommand

    print @returnvalue

    that gives an error for the other two tables of invalid column what should i do regards rahul

    Database database csharp asp-net performance help

  • To apply a search on every table in a database
    R rahuladya

    Thanx Friend I m working on that.... regards Rahul

    Database database csharp asp-net performance help

  • To apply a search on every table in a database
    R rahuladya

    hello 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

    Database database csharp asp-net performance help

  • searching in sql
    R rahuladya

    Thanx Danish Rahul

    C# database csharp asp-net algorithms performance

  • searching in sql
    R rahuladya

    hello 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

    C# database csharp asp-net algorithms performance

  • split a string into parts by losing no character in c#
    R rahuladya

    Thanx Guffa it works very well... regards Rahul adya

    C# csharp data-structures help

  • split a string into parts by losing no character in c#
    R rahuladya

    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]=nced

    i want to get

    b[0]=a
    b[1]=dv
    b[2]=a
    b[3]=nced

    can any body help me regards rahul adya

    C# csharp data-structures help

  • how to export and import text from rich text box to word file (.doc)
    R rahuladya

    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

    C# csharp tutorial question

  • How to install new fonts in visual studio 2005 [modified]
    R rahuladya

    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

    C# question csharp visual-studio tutorial

  • csv imports
    R rahuladya

    hello forum i want to know the full form of CSV and what the full concept is regards rahul

    C#

  • localization and Globalization but in other way
    R rahuladya

    ok,,,,,yes i think so thanx for ur replies

    C#

  • localization and Globalization but in other way
    R rahuladya

    Thanx Greeeg for ur reply but is'nt that the longest way to achieve the target,,,,plz suggest some short way. regards rahul adya

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups