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
M

mamatha_raghu

@mamatha_raghu
About
Posts
20
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • generalized/generic stored procedures
    M mamatha_raghu

    hi all, Iam in search of generating generic stored procedures(one procedure for a single operation or multiple for all the tables by passing dynamic queries)is it possible???? and want to know whether parameterized stored procedures are pre-compiled or not????? plz send ur views asap thanks in advance regards mamatha

    Database question

  • Stored procedure
    M mamatha_raghu

    hi try this query select t1.student_name,t2.tutor_name ,t1.points from table1 t1,table2 t2 where t1.tutor1_id=t2.tutor_id ...... but i think u should not maintain the table1 like this (as u did) try this way... studentname//tutor//points john // 101 // 4 john// 102 // 5 and so on if u feel its voilating normalization then split it into two tables. happy coding:)

    Database database

  • sharing sql server without client installation
    M mamatha_raghu

    hi, thanks for the reply but iam very sorry i did not get any information about my question plz provide any clear information and my question was is there any possibility of accessing and sharing data of sql server from a client machine on which there is no sql client installed? regards mamatha

    Database database sql-server sysadmin question

  • sharing sql server without client installation
    M mamatha_raghu

    hi, I want to know is it possible to access sql server db from client machine without the client sql loaded?? thanks in advancd regards mamatha

    Database database sql-server sysadmin question

  • 3 tier architecture implementation in .net
    M mamatha_raghu

    hello sir thank u very much it helps a lot to update thanks once again

    .NET (Core and Framework) csharp architecture tutorial

  • 3 tier architecture implementation in .net
    M mamatha_raghu

    hello sir thanks 4 the reply but iam not asking abt dumping the same asp pages to .net asking about ingeneral how the .net projects are implemented in 3d

    ASP.NET help csharp asp-net architecture question

  • export to excel through asp page(not asp.net)
    M mamatha_raghu

    i didn't get u still the same prob iam getting plz help

    ASP.NET help csharp asp-net question

  • export to excel through asp page(not asp.net)
    M mamatha_raghu

    hello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha

    ASP.NET help csharp asp-net question

  • 3 tier architecture implementation in .net
    M mamatha_raghu

    hello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha

    ASP.NET help csharp asp-net architecture question

  • export to excel through asp page(not asp.net)
    M mamatha_raghu

    hello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha

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

  • 3 tier architecture implementation in .net
    M mamatha_raghu

    hello, iam working on asp and here we r implementing completely 3-tier architecture and i want to shift to .net and know .net little. actually before that iam very interested to know how to implemet .net in 3d can any body give clear explanation plz thanks in advance mamatha

    .NET (Core and Framework) csharp architecture tutorial

  • !include aspx in anotheraspx
    M mamatha_raghu

    hai apurva let me explain what i need exactly ihave one.aspx page ok in that i have written some functions to display some table of content ok for example... in my one.aspx ihave a function like... function disp(pagesize,query...etc) (iused record set of adodb here to fech the table from param query passed ok) response.write("") (taken loop to display) response.write(") and so on. now i want to use this function in my second.aspx i think now it is clear thanks

    recods that feched from table

    ASP.NET question

  • !include aspx in anotheraspx
    M mamatha_raghu

    thanks alot for a very fsater reply but still iam getting prob because i have some functions in my first page which are having response.write stmts ok and i want to use these functions in my second page.........iam getting reference error thanks in advance

    ASP.NET question

  • !include aspx in anotheraspx
    M mamatha_raghu

    but i have "response.write" stmts in my page how can it work any other way? can any one send me one example?

    ASP.NET question

  • include aspx in anotherasp
    M mamatha_raghu

    hello like i have one aspx/asp page which iam using in my many anither pages so i don't want to write all the stuff every time how can i do this? i tried with its not working and i also tried with response.writefile("file.aspx") its working but i want to use some functions of file.aspx page in my present page -----------its throwing an error there because it adds the file at run time and the function in it has not declared before so how can i do this can any one suggest me ------------

    ASP.NET question help

  • !include aspx in anotheraspx
    M mamatha_raghu

    hello like i have one aspx/asp page which iam using in my many anither pages so i don't want to write all the stuff every time how can i do this? i tried with its not working and i also tried with response.writefile("file.aspx") its working but i want to use some functions of file.aspx page in my present page

    ASP.NET question

  • shaped buttons in asp.net
    M mamatha_raghu

    hai can any body help me in creating different shped buttons for a web form in asp.net

    ASP.NET csharp asp-net help

  • different controls ina datagrid columns
    M mamatha_raghu

    hai iam again i got the point but not getting idea how to do plz any body?

    ASP.NET csharp css help tutorial question

  • different controls ina datagrid columns
    M mamatha_raghu

    hai ihave a datagrid with two columns and i added itemtemplate to them as result i got the two columns as: first with all labels and second with all textboxes . ok as col1 col2 xxx xxx xxx xxx col1 as all labels and col2 all as textboxes ok but now is there any possibility to get in the second column as 1 row as button 2 row as textbox 3 row as label etc. inthe second column of the grid like i want to know if there is any template row in .net if not? how to get this? i think u got my point plz any body help.....

    ASP.NET csharp css help tutorial question

  • codebehind system namespace
    M mamatha_raghu

    hai can we see the code of methods and etc of a system namespace if yes how? plz help mam_snigdha

    ASP.NET help question
  • Login

  • Don't have an account? Register

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