Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~631 People Reached
Favorite Tags
Member Avatar for alokshri67

Hi All, I want to enter special character like signs of alpha beta gamma theta and store same in ms access database . How can it is possible. It is possible with MS Word because we can change fonts in single line. Thanks Alok Shrivastava

Member Avatar for Nutster
0
88
Member Avatar for alokshri67

Hello all, I want to use code behind variable in mysql command in aspx file here are the codes[CODE] [U]code behind[/U] public vgroup as string vgroup ="1,7" [U]in aspx [/U] <asp:SqlDataSource ID="SqlCategoryList" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand="SELECT * FROM categorymaster WHERE catgroup in ('<%=vgroup %>')"> </asp:SqlDataSource> [/CODE] …

Member Avatar for jbisono
0
79
Member Avatar for alokshri67

Hello All, I am using [B][U][I]sotirovic:BannerRotator[/I][/U][/B] for my add file. In which I am taking image file and .swf files. With image files it is navigating properly, but with .swf file it is not navigating . Where I am went wrong? Here is codes [CODE] <div style="background-color: Aqua ; width:80%; …

0
51
Member Avatar for alokshri67

Hello, I want to give alert on click of button my codes is [CODE] Protected Sub BTN_SAVE_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTN_SAVE.Click Response.Write("<script>alert('hello')</script>") End Sub [/CODE] But after clicking it is giving alert message. why? Alok Shrivastava

Member Avatar for alokshri67
0
73
Member Avatar for alokshri67

Hello all, I want to print a jpg file on button click event. Plz guide how can do this in asp.net 3.5 (VB) Alok

0
48
Member Avatar for alokshri67

Hello, I want to print a report using my database in asp.net as we can do in VB6 with printer object. How can we do it in Asp.net? Thanks Alok

Member Avatar for sknake
0
39
Member Avatar for alokshri67

Hi, In asp.net I am using ODBC connection with dsn. I have some experience on VB6. In VB we used to append records in database with command; connection.addnew databasefieldname=somvalue connection.update my query is - can we do something like this in asp.net? Alok

Member Avatar for dnanetwork
0
162
Member Avatar for alokshri67

hello every one, I am new in asp.net. I am tring to run update query with odbc data connection but it is not working [code] Dim CON As OdbcConnection Dim CONSTR As String = "Dsn=sdata" Dim DA As New OdbcDataAdapter Dim DT As New DataTable CON = New OdbcConnection(CONSTR) CON.Open() …

Member Avatar for Ramesh S
0
91