Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:796256
More Search Options
RSS Available
Matching Posts
Re: database
Hi, Use Static variable or alternativly you can store the last value of i on VIEWSTATE/SESSION, then you can retrive the value from VIEWSTATE/SESSION increment the value of i use it and save back to VIEWSTATE/SESSION. I think this will help to solve your problem.
Posted to
Getting Started
(Forum)
by
galib
on 8/27/2009
Re: ImageButton on Command - not firing
hi BenHur , Change the method's Access Modifier like, public void addProductToWishList(object sender, CommandEventArgs e) To protected void addProductToWishList(object sender, CommandEventArgs e) Hope this will work for you, Thanks, Please Mark it as answer if u find it usefull.
Posted to
Web Forms
(Forum)
by
galib
on 6/27/2009
Re: I want to select data between two dates in a database
Hi, You can try this, SELECT col1 , col2 FROM table1 WHERE col1 >= '11/10/2008 00:00:01' and col2 <= '11/10/2008 23:59:59' Note that you need to concate "00:00:01" with @FromDate and "23:59:59" with @ToDate to get the desired result. Any one got better solution please advice. Thanks pls. mark as answer if it helps you.......
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
galib
on 11/17/2008
Re: eval()
hi, I think you can solve this problem , please follow the steps listed below... For button1 Visible=' <% # (( bool )Eval( "IsActive" )== true )? true : false %>' For button2 Visible=' <% # (( bool )Eval( "IsActive" )== true )? false :true %> ' Please mark it as answer if it helps you.
Posted to
Data Presentation Controls
(Forum)
by
galib
on 9/15/2008
Re: Datagrid Clearing problem
May be this will help you. datagrid.datasource=nothing datagrid.DataBind() Thanks pls mark as answer if it helps you.....
Posted to
Data Presentation Controls
(Forum)
by
galib
on 7/9/2008
Re: Probleem session on live server
Hi, I guess state server is not configured or started on your live server. Starting or restarting the state server will solve your problem.To start state server go to service and look for ASP.NET State Service. Pls mark it answer if you find it helpfull.
Posted to
State Management
(Forum)
by
galib
on 7/4/2008
Re: How can I connect and display data from more than once Database at the same time.
I guess there is some syntax error on your query. Actual query will be look like this, Select i.FIEMPCODE,TIME,IN_OUT ,e.EMPNAME from HRD.dbo.EMPLOYEE e, FINGER.dbo.INOUT i where e.EMPCODE= i.FIEMPCODE ........... etc To access another database data you have to put database owner name along with database name and table name. In my solution database owner is dbo [sql server default database owner] Hope this will solve your problem. pls mark it as answer if you find it helpful.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
galib
on 7/2/2008
Re: Group Validation?
You can use custom validaor. You can still use your predefined function validateForm for custom validator. You can use this below code as reference. <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
Posted to
Client Side Web Development
(Forum)
by
galib
on 6/26/2008
Re: proplem with language with database
Use nVarchar to store your data. Its surely unicode problem.. Hope this will work... Pls mark as answer if it helps you.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
galib
on 6/26/2008
Re: Database growing rapidly. What to do?
you can SHRINK database log file. Follow these steps. BACKUP LOG <DatabaseName> TO DISK = '<BackupFile>' Example: BACKUP LOG TestDB TO DISK='C:\TestDB1.bak' DBCC SHRINKFILE (<FileName>, <TargetSize>) WITH NO_INFOMSGS For more information visit this link. http://support.microsoft.com/kb/907511 Hope this will help. pls mark it as answer if you find it helpfull.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
galib
on 6/16/2008
Page 1 of 3 (22 items) 1
2
3
Next >
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online