Click here to Skip to main content
15,886,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 5:58
timana15-Feb-13 5:58 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Dave Kreskowiak15-Feb-13 6:45
mveDave Kreskowiak15-Feb-13 6:45 
NewsRe: jalali calendar to gregorian calendar code in c# Pin
Eddy Vluggen15-Feb-13 5:09
professionalEddy Vluggen15-Feb-13 5:09 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
timana15-Feb-13 5:39
timana15-Feb-13 5:39 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Pete O'Hanlon15-Feb-13 7:27
mvePete O'Hanlon15-Feb-13 7:27 
GeneralRe: jalali calendar to gregorian calendar code in c# Pin
Eddy Vluggen15-Feb-13 9:53
professionalEddy Vluggen15-Feb-13 9:53 
AnswerRe: jalali calendar to gregorian calendar code in c# Pin
Amir Mohammad Nasrollahi29-Jul-13 22:11
professionalAmir Mohammad Nasrollahi29-Jul-13 22:11 
QuestionHow to show image contained in DataList to Modal dialog Pin
PramodSawant15-Feb-13 1:54
PramodSawant15-Feb-13 1:54 
Hi, I am using DataList control and Loading images in it from database at runtime-the problem is when I click on any image then it should be displayed in JQuery Modal dialog...plz Help me out

C#
<div id="wrapper1">
  <asp:DataList ID="DataList1" runat="server"                        
       GridLines="Both">
       <ItemTemplate>
         <table>
          <tr>
           <td>                                        
            <asp:Image ID="Img1" runat="server"                                                                                                ImageUrl='<%#Eval("ProductImagePath") %>'/>
           </td>
          </tr>                         
         </table>
       </ItemTemplate>
  </asp:DataList>
</div>

AnswerRe: How to show image contained in DataList to Modal dialog Pin
Dave Kreskowiak15-Feb-13 3:59
mveDave Kreskowiak15-Feb-13 3:59 
QuestionFinger Print Image Pin
karthisomu14-Feb-13 20:20
karthisomu14-Feb-13 20:20 
AnswerRe: Finger Print Image Pin
Richard MacCutchan14-Feb-13 23:13
mveRichard MacCutchan14-Feb-13 23:13 
AnswerRe: Finger Print Image Pin
Dave Kreskowiak15-Feb-13 3:56
mveDave Kreskowiak15-Feb-13 3:56 
QuestionHow to Send SMS Messages from C# ? Pin
Azza ALbelushi14-Feb-13 20:00
Azza ALbelushi14-Feb-13 20:00 
AnswerRe: c# Pin
V.14-Feb-13 21:08
professionalV.14-Feb-13 21:08 
GeneralRe: thank you Pin
Azza ALbelushi15-Feb-13 0:04
Azza ALbelushi15-Feb-13 0:04 
GeneralRe: thank you Pin
V.15-Feb-13 0:05
professionalV.15-Feb-13 0:05 
AnswerRe: c# Pin
Richard MacCutchan14-Feb-13 23:11
mveRichard MacCutchan14-Feb-13 23:11 
GeneralRe: c# Pin
Azza ALbelushi14-Feb-13 23:58
Azza ALbelushi14-Feb-13 23:58 
AnswerRe: How to Send SMS Messages from C# ? Pin
jschell15-Feb-13 9:18
jschell15-Feb-13 9:18 
AnswerRe: How to Send SMS Messages from C# ? Pin
Amir Mohammad Nasrollahi29-Jul-13 22:15
professionalAmir Mohammad Nasrollahi29-Jul-13 22:15 
QuestionC# SqlTransaction Pin
Hbr_Tha_real14-Feb-13 8:25
Hbr_Tha_real14-Feb-13 8:25 
AnswerRe: C# SqlTransaction Pin
R. Giskard Reventlov14-Feb-13 8:42
R. Giskard Reventlov14-Feb-13 8:42 
GeneralRe: C# SqlTransaction Pin
Hbr_Tha_real14-Feb-13 9:08
Hbr_Tha_real14-Feb-13 9:08 
GeneralRe: C# SqlTransaction Pin
R. Giskard Reventlov14-Feb-13 9:46
R. Giskard Reventlov14-Feb-13 9:46 
GeneralRe: C# SqlTransaction Pin
Hbr_Tha_real14-Feb-13 11:17
Hbr_Tha_real14-Feb-13 11:17 

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.