Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTabbed Excel Pin
Civic0617-May-10 5:58
Civic0617-May-10 5:58 
Questionstop Page scrolling upwards [modified] Pin
Enobong Adahada17-May-10 3:49
Enobong Adahada17-May-10 3:49 
AnswerRe: stop Page scrolling upwards Pin
dan!sh 17-May-10 5:22
professional dan!sh 17-May-10 5:22 
AnswerRe: stop Page scrolling upwards Pin
Rutvik Dave17-May-10 5:24
professionalRutvik Dave17-May-10 5:24 
GeneralRe: stop Page scrolling upwards Pin
DeepToot18-May-10 8:31
DeepToot18-May-10 8:31 
QuestionCannot find either column "dbo" or the user-defined function or aggregate "dbo.getname", or the name is ambiguous. Pin
sankararao17-May-10 3:24
sankararao17-May-10 3:24 
AnswerRe: Cannot find either column "dbo" or the user-defined function or aggregate "dbo.getname", or the name is ambiguous. Pin
Not Active17-May-10 3:39
mentorNot Active17-May-10 3:39 
AnswerRe: Cannot find either column "dbo" or the user-defined function or aggregate "dbo.getname", or the name is ambiguous. Pin
Peace ON17-May-10 3:47
Peace ON17-May-10 3:47 
You need to first try simple query for checking
whether the function getname() exists under dbo or not.

select dbo.getname(12);

If this query fails then the function getname()
does not exists under dbo namespace. It might
exists under db_owner or some another namespace.

Just traverse to that function in sql server
management studio and you will get the exact namespace
of that function.

And please post database related queries in "General Database" section.

Hope this will help!
Jinal Desai - LIVE
Experience is mother of sage....

GeneralRe: Cannot find either column "dbo" or the user-defined function or aggregate "dbo.getname", or the name is ambiguous. Pin
sankararao17-May-10 3:53
sankararao17-May-10 3:53 
GeneralRe: Cannot find either column "dbo" or the user-defined function or aggregate "dbo.getname", or the name is ambiguous. Pin
Peace ON17-May-10 3:59
Peace ON17-May-10 3:59 
QuestionHow to return Designer View for aspx page? Pin
Chesnokov Yuriy17-May-10 3:14
professionalChesnokov Yuriy17-May-10 3:14 
AnswerRe: How to return Designer View for aspx page? Pin
TheyCallMeMrJames17-May-10 6:09
TheyCallMeMrJames17-May-10 6:09 
GeneralRe: How to return Designer View for aspx page? Pin
Chesnokov Yuriy17-May-10 6:36
professionalChesnokov Yuriy17-May-10 6:36 
Questionweb application and .netframework temporary error Pin
Zeyad Jalil17-May-10 3:00
professionalZeyad Jalil17-May-10 3:00 
AnswerCross post Pin
Not Active17-May-10 3:40
mentorNot Active17-May-10 3:40 
AnswerRe: web application and .netframework temporary error Pin
Sandeep Mewara17-May-10 6:27
mveSandeep Mewara17-May-10 6:27 
Questiontwitter feature on html editor's content in asp.net Pin
tanweer17-May-10 2:56
tanweer17-May-10 2:56 
Questionasp.net, Logout problem Pin
yogeshcgs17-May-10 1:47
yogeshcgs17-May-10 1:47 
AnswerRe: asp.net, Logout problem Pin
Brij17-May-10 2:07
mentorBrij17-May-10 2:07 
GeneralRe: asp.net, Logout problem Pin
yogeshcgs17-May-10 2:17
yogeshcgs17-May-10 2:17 
GeneralRe: asp.net, Logout problem Pin
Brij17-May-10 2:23
mentorBrij17-May-10 2:23 
GeneralRe: asp.net, Logout problem Pin
yogeshcgs17-May-10 2:31
yogeshcgs17-May-10 2:31 
AnswerRe: asp.net, Logout problem Pin
Ankur\m/17-May-10 2:38
professionalAnkur\m/17-May-10 2:38 
Questiondropdownlist fill problem Pin
Enobong Adahada17-May-10 1:34
Enobong Adahada17-May-10 1:34 
AnswerRe: dropdownlist fill problem Pin
Gaurav Dudeja India17-May-10 1:39
Gaurav Dudeja India17-May-10 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.