Search Results

Showing results 1 to 21 of 21
Search took 0.01 seconds.
Search: Posts Made By: reach_yousuf
Forum: ASP.NET 2 Days Ago
Replies: 1
Views: 178
Posted By reach_yousuf
Hi Kanuri

Pls. do the following
1) add a label in ur aspx page
2) modify the code ...


if dr.hasrows = false then
label1.text = "No Record(s) found for the given criteria!!!"
else
Forum: ASP.NET 3 Days Ago
Replies: 4
Views: 311
Posted By reach_yousuf
Convert your date columns(date_of_arr, date_of_dept) while select and insert in same pattern dd/mm/yyyy

SELECT convert(varchar(10), CAST( date_of_arr AS DATETIME) , 103)

Mark as solved if it...
Forum: ASP.NET 16 Days Ago
Replies: 6
Views: 290
Posted By reach_yousuf
Change the following line
txtProductName.Text += "," & cblPlanets.Items(i).Value

Pls. Mark as solved!!!
Forum: ASP.NET 16 Days Ago
Replies: 6
Views: 290
Posted By reach_yousuf
Hi there
code for you!!!

Protected Sub ibtnCancel_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ibtnCancel.Click
Dim i As Integer
...
Forum: ASP.NET 16 Days Ago
Replies: 6
Views: 290
Posted By reach_yousuf
Hi
Because your selected item is only one.
you can use if i understood you correcly!!! do your stuff in for loop


for i=0 to CBInsurance.items.count-1
next
Forum: ASP.NET 18 Days Ago
Replies: 2
Views: 381
Posted By reach_yousuf
Hi
It's as simple as that. take a look at the eg:
<asp:Menu ID="Menu1" runat="server" BackColor="#E3EAEB" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#666666"...
Forum: ASP.NET 22 Days Ago
Replies: 2
Views: 245
Posted By reach_yousuf
Pls. check your HTML Source page in contact.aspx and defaulf.aspx
Codebehind="contact.aspx.vb" ???

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="frmAnnouncmentsAndMemos.aspx.vb"...
Forum: ASP.NET Oct 12th, 2009
Replies: 1
Solved: td border
Views: 313
Posted By reach_yousuf
Hi
Use the following Code

<table>

<tr>
<td style="border:dotted">
<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
...
Forum: ASP.NET Oct 12th, 2009
Replies: 3
Views: 360
Posted By reach_yousuf
Hi

You can compare the Path Stored in DB with physical path of the file along with their file extension eg .bmp/.jpeg etc...
Forum: ASP.NET Sep 26th, 2009
Replies: 3
Views: 397
Posted By reach_yousuf
Hi Sandeep

1) set Autopostback Property = true of Textbox1
2) protected Sub Textbox1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtNewJobRankSerial.TextChanged
...
Forum: ASP.NET Sep 12th, 2009
Replies: 1
Views: 282
Posted By reach_yousuf
Hi
If i understood u correctly, u need to search records based on your Query value stored in session("Example").

Write: "select * from mytable where mycolumn like '%" & session("Example") & "%'...
Forum: ASP.NET Sep 7th, 2009
Replies: 6
Views: 839
Posted By reach_yousuf
Hello dear

You can use select_IndexChangeEvent Like this...

Protected Sub MyDropDownList_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
Forum: ASP.NET Sep 7th, 2009
Replies: 5
Views: 765
Posted By reach_yousuf
Hi there

Use the Query like this . The result is tested in 'Adventureworks' database


Select
product.ProductID,
product.Name,
ProductInventory.Quantity,
product.Name+'('+...
Forum: ASP.NET Sep 7th, 2009
Replies: 5
Views: 765
Posted By reach_yousuf
Hello there

You can do this with the resultset from your dataset source.
You can write the Group query to select eg:

select ProductID , ProductName and Value as Contactinate Productname +...
Forum: ASP.NET Jul 19th, 2009
Replies: 6
Views: 3,042
Posted By reach_yousuf
Hi there

try connection pooling . It may help you
<add key="DBConnection" value="Data Source=10.100.50.93;Initial Catalog=billing_production;User Id=sa;Password=;Pooling=true;Min Pool Size=2;Max...
Forum: ASP.NET Jun 24th, 2009
Replies: 4
Views: 558
Posted By reach_yousuf
Hi There

Pls. see the code that uses reader

You can assign data to sql reader

Public Function CheckRequest(ByVal response As String) As Boolean
Dim reader As SqlDataReader
...
Forum: ASP.NET Feb 11th, 2009
Replies: 2
Solved: Sending Email
Views: 972
Posted By reach_yousuf
Hi

Try this code


Try
'(1) Create the MailMessage instance
Dim mm As New MailMessage(FromEmailAddress, ToEmailAddress)

'(2) Assign the MailMessage's properties
Forum: ASP.NET Dec 2nd, 2008
Replies: 19
Views: 2,142
Posted By reach_yousuf
As i understood from you code in selectindexchanged event:


daItems.SelectCommand.CommandText = "Select ProductName, UnitPrice, UnitsInStock, ProductImage from dbo.Products where CategoryID = " ...
Forum: ASP.NET Dec 2nd, 2008
Replies: 19
Views: 2,142
Posted By reach_yousuf
hii
Add the 3rd line code while binding DDlist.

ddlItems.DataSource = dsCategory;
ddlItems.DataMember = "Categories";
ddlItems.DataValueField= "CategoryID"...
Forum: ASP.NET Nov 2nd, 2008
Replies: 2
Solved: picture upload
Views: 819
Posted By reach_yousuf
.aspx code

<table>
<tr>
<td style="height: 21px">
File Name
</td>
<td style="height: 21px">
<input...
Forum: ASP.NET Oct 11th, 2008
Replies: 3
Views: 7,236
Posted By reach_yousuf
Hi,

pls. look at this code below. it might help u
Showing results 1 to 21 of 21

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC