Click here to Skip to main content
15,908,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: update panel validation problem Pin
Yusuf25-Mar-09 4:41
Yusuf25-Mar-09 4:41 
QuestionUpdatePanel for Buttion Pin
antony beula25-Mar-09 2:56
antony beula25-Mar-09 2:56 
AnswerRe: UpdatePanel for Buttion Pin
Viral Upadhyay25-Mar-09 3:47
Viral Upadhyay25-Mar-09 3:47 
QuestionDon`t know whether its a bug in Gridviews empty data template Pin
www.Developerof.NET25-Mar-09 2:48
www.Developerof.NET25-Mar-09 2:48 
AnswerRe: Don`t know whether its a bug in Gridviews empty data template Pin
samerh25-Mar-09 4:13
samerh25-Mar-09 4:13 
GeneralRe: Don`t know whether its a bug in Gridviews empty data template Pin
www.Developerof.NET25-Mar-09 4:28
www.Developerof.NET25-Mar-09 4:28 
GeneralRe: Don`t know whether its a bug in Gridviews empty data template Pin
tech60325-Mar-09 15:43
tech60325-Mar-09 15:43 
GeneralRe: Don`t know whether its a bug in Gridviews empty data template Pin
www.Developerof.NET25-Mar-09 22:15
www.Developerof.NET25-Mar-09 22:15 
tech603 wrote:
My only theory is that sales.Get_Stock_data(item,frmdate,todate) is somehow is not empty or populated with null values giving the impression that its not empty


well i executed the procedure in my sql with the filter parameters and it returned me no rows. That suggests that my datatable is empty. Here`s what i have done in my function...

<code>   cmd = New SqlCommand
   cmd.Connection = con
   cmd.CommandText = "MyProc"
   Adding Parameters....
   cmd.Parameters.Add(.......
   cmd.CommandType = CommandType.StoredProcedure
   adp = New SqlDataAdapter
   adp.SelectCommand = cmd
   ds = New DataSet
   adp.Fill(ds)
   return ds.Tables(0)</code>


I cant figure it out, where the problem is!!!!!!

When you fail to plan, you are planning to fail.

Questionchart in asp.net Pin
Jooda Funsho Joseph25-Mar-09 2:44
Jooda Funsho Joseph25-Mar-09 2:44 
AnswerRe: chart in asp.net Pin
Viral Upadhyay25-Mar-09 3:21
Viral Upadhyay25-Mar-09 3:21 
AnswerRe: chart in asp.net Pin
www.Developerof.NET25-Mar-09 3:24
www.Developerof.NET25-Mar-09 3:24 
AnswerRe: chart in asp.net Pin
samerh25-Mar-09 4:19
samerh25-Mar-09 4:19 
QuestionSQL database Pin
kibromg25-Mar-09 2:31
kibromg25-Mar-09 2:31 
AnswerRe: SQL database Pin
Brian W King25-Mar-09 3:23
Brian W King25-Mar-09 3:23 
GeneralRe: SQL database Pin
kibromg25-Mar-09 3:28
kibromg25-Mar-09 3:28 
GeneralRe: SQL database Pin
Brian W King25-Mar-09 3:46
Brian W King25-Mar-09 3:46 
GeneralWhy Dot Taking Url Pin
MallikarjunaGupta25-Mar-09 2:26
MallikarjunaGupta25-Mar-09 2:26 
GeneralRe: Why Dot Taking Url Pin
EliottA25-Mar-09 2:36
EliottA25-Mar-09 2:36 
JokeRe: Why Dot Taking Url Pin
Greg Chelstowski25-Mar-09 5:14
Greg Chelstowski25-Mar-09 5:14 
QuestionSQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 2:14
pavan.kumar,sai25-Mar-09 2:14 
AnswerRe: SQL time out exception because of datareader Pin
Ashfield25-Mar-09 2:26
Ashfield25-Mar-09 2:26 
GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 2:34
pavan.kumar,sai25-Mar-09 2:34 
GeneralRe: SQL time out exception because of datareader Pin
www.Developerof.NET25-Mar-09 3:01
www.Developerof.NET25-Mar-09 3:01 
GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 3:11
pavan.kumar,sai25-Mar-09 3:11 
GeneralRe: SQL time out exception because of datareader Pin
www.Developerof.NET25-Mar-09 4:19
www.Developerof.NET25-Mar-09 4:19 

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.