Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: update database through mail on clicking the link Pin
kumar_k50825-Aug-09 22:39
kumar_k50825-Aug-09 22:39 
GeneralRe: update database through mail on clicking the link Pin
droth1726-Aug-09 4:57
droth1726-Aug-09 4:57 
QuestionWeb site publishing using Asp Pin
yhayirsever25-Aug-09 22:15
yhayirsever25-Aug-09 22:15 
AnswerRe: Web site publishing using Asp Pin
SeMartens25-Aug-09 22:30
SeMartens25-Aug-09 22:30 
General[Message Deleted] Pin
yhayirsever25-Aug-09 22:36
yhayirsever25-Aug-09 22:36 
GeneralRe: Web site publishing using Asp Pin
SeMartens25-Aug-09 23:00
SeMartens25-Aug-09 23:00 
AnswerRe: Web site publishing using Asp Pin
Gaurav Dudeja India26-Aug-09 21:29
Gaurav Dudeja India26-Aug-09 21:29 
QuestionDatasource not working properly Pin
haleemasher25-Aug-09 22:04
haleemasher25-Aug-09 22:04 
I have a dropdownlist and two datetimepicker textboxes i want to fill gridview while taking data from these controls. i use OR clause it not working. When i fill dropdown and datetime thn its working. i want that any of control is fill it show relevent data in gridview


<asp:SqlDataSource ID="SqlDataSource2" runat="server" 
        ConnectionString="<%$ ConnectionStrings:Coupon ManagementConnectionString29 %>" 
        SelectCommand="SELECT CouponTransaction.TransactionDate, CouponTransaction.SerialStart, <\pre><pre>CouponTransaction.SerialEnd, CouponTransaction.TotalSale, CouponTransaction.Price FROM<\pre>
 <pre>CouponType INNER JOIN CouponTransaction ON CouponType.CouponTypeID = CouponTransaction.CouponTypeID <\pre><pre>WHERE (CouponType.CouponTypeID = @Coupon) OR (CouponTransaction.TransactionDate BETWEEN (@Start)AND( @End ))">
        <SelectParameters>
            <asp:ControlParameter ControlID="DropDownList1" Name="Coupon" 
                PropertyName="SelectedValue" />
            <asp:ControlParameter ControlID="UltimateCalendar1" Name="Start" 
                PropertyName="SelectedDate" />
            <asp:ControlParameter ControlID="UltimateCalendar1" Name="End" 
                PropertyName="SelectedDate" />
        </SelectParameters>
    </asp:SqlDataSource>

QuestionSet a gridview's cell background color Pin
benams25-Aug-09 21:58
benams25-Aug-09 21:58 
AnswerRe: Set a gridview's cell background color Pin
nagendrathecoder25-Aug-09 22:10
nagendrathecoder25-Aug-09 22:10 
AnswerRe: Set a gridview's cell background color Pin
sazhubo25-Aug-09 22:29
sazhubo25-Aug-09 22:29 
Questionhow to call storeprocedure in asp.net application Pin
rinku soni 2325-Aug-09 21:16
rinku soni 2325-Aug-09 21:16 
AnswerRe: how to call storeprocedure in asp.net application Pin
Christian Graus25-Aug-09 21:18
protectorChristian Graus25-Aug-09 21:18 
AnswerRe: how to call storeprocedure in asp.net application Pin
Abhishek Sur25-Aug-09 21:51
professionalAbhishek Sur25-Aug-09 21:51 
Questiongridview update Pin
4anusha425-Aug-09 20:43
4anusha425-Aug-09 20:43 
AnswerRe: gridview update Pin
Christian Graus25-Aug-09 20:47
protectorChristian Graus25-Aug-09 20:47 
GeneralRe: gridview update Pin
4anusha425-Aug-09 20:48
4anusha425-Aug-09 20:48 
GeneralRe: gridview update Pin
N a v a n e e t h25-Aug-09 20:53
N a v a n e e t h25-Aug-09 20:53 
GeneralRe: gridview update Pin
4anusha425-Aug-09 20:54
4anusha425-Aug-09 20:54 
GeneralRe: gridview update Pin
Christian Graus25-Aug-09 21:01
protectorChristian Graus25-Aug-09 21:01 
GeneralRe: gridview update Pin
4anusha425-Aug-09 21:03
4anusha425-Aug-09 21:03 
GeneralRe: gridview update Pin
Christian Graus25-Aug-09 21:05
protectorChristian Graus25-Aug-09 21:05 
AnswerRe: gridview update Pin
Robert_Pan26-Aug-09 18:44
Robert_Pan26-Aug-09 18:44 
QuestionAjax is not working Pin
Ravindra K Bisen25-Aug-09 19:59
Ravindra K Bisen25-Aug-09 19:59 
AnswerRe: Ajax is not working Pin
Christian Graus25-Aug-09 20:02
protectorChristian Graus25-Aug-09 20:02 

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.