Search Results

Showing results 1 to 40 of 42
Search took 0.01 seconds.
Search: Posts Made By: fawadkhalil
Forum: ASP.NET 12 Days Ago
Replies: 2
Views: 239
Posted By fawadkhalil
sorry i didn't clarify my problem in first post.

let say i have three columns in my gridview e.g product, price, year what i want to do is if i click on price header it should sort records by...
Forum: ASP.NET 13 Days Ago
Replies: 17
Views: 571
Posted By fawadkhalil
if u want to add rows to datatable at runtime try this

Dim dataRow As Data.DataRow = datatable.NewRow()
dataRow .Item("TableID") = 0
datatable.Rows.Add(dataRow )
Forum: ASP.NET 13 Days Ago
Replies: 2
Views: 217
Posted By fawadkhalil
Use Try Catch block and post exact exception that is being thrown.
Forum: ASP.NET 13 Days Ago
Replies: 2
Views: 239
Posted By fawadkhalil
hi
i have hundreds of records in my gridview and im showing 10 records per page....
i have upto 5 columns and i want to sort records records
how will i do it?
Forum: ASP.NET 14 Days Ago
Replies: 17
Views: 571
Posted By fawadkhalil
Enter "No records found" in datagridviews property EmptyDataText if storeprocedure didnt return anything and gridview is binding properly.
otherwise post your code to help you more
Forum: ASP.NET 16 Days Ago
Replies: 2
Views: 291
Posted By fawadkhalil
I have a bit different scenerio.

Same detail page load for different items i mean different IDs.I want to count views of every different item.

for example there are ten ADs on page.I click on...
Forum: ASP.NET 16 Days Ago
Replies: 6
Views: 381
Posted By fawadkhalil
You will find useful information on how to register domain name and where plus how to get start on below link:
http://www.getawebsite.friezedesign.co.uk/index.htm
Forum: ASP.NET 19 Days Ago
Replies: 2
Views: 291
Posted By fawadkhalil
Hi

How can i count number of times user viewed a specific page in my application.

Also i want to use Session or something else because if a user refreshes that page it should be icremented...
Forum: ASP.NET 23 Days Ago
Replies: 1
Views: 294
Posted By fawadkhalil
hey
i have found solution of my problem. . solution involve javascript so that page should not postback.

im posting it so that somebody else can benefit from it.

<script...
Forum: ASP.NET 23 Days Ago
Replies: 1
Views: 294
Posted By fawadkhalil
Hi
I have a datagirdview with a checkbox placed in header.How can i check or uncheck all checkboxes by clicking on checkbox that is in header.
Forum: ASP.NET 26 Days Ago
Replies: 3
Views: 420
Posted By fawadkhalil
Hi Ramesh
i have used your code but one other problem arises is row that is checked is not deleted but the row just below it is deleted.
Here are my lines of code

Protected Sub...
Forum: ASP.NET 26 Days Ago
Replies: 3
Views: 420
Posted By fawadkhalil
Hello guys
I have datagridview with each record containing a checkbox.

I need to loop through the grid rows and get checkboxes that is being checked and also row numbers.

There is also a...
Forum: ASP.NET 29 Days Ago
Replies: 3
Views: 375
Posted By fawadkhalil
i use following code to prevent page from postback.
Protected Sub dlstCarPhotos_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataListItemEventArgs) Handles...
Forum: ASP.NET 30 Days Ago
Replies: 3
Views: 375
Posted By fawadkhalil
No my page didnot postback.
Forum: ASP.NET 30 Days Ago
Replies: 3
Views: 375
Posted By fawadkhalil
My page contains datalist that renders small thumbnails of 90 x 70. When i click on thumbnail a large copy of thumbnail in an image control above the datalist is displayed.The problem is page goes to...
Forum: ASP.NET 34 Days Ago
Replies: 0
Views: 212
Posted By fawadkhalil
Hi experts
On my page i have displayed several ADs.When user click on specific AD details of that AD are displayed.How can i count number of times an AD being viewed and show count.
Forum: ASP.NET Oct 16th, 2009
Replies: 4
Views: 518
Posted By fawadkhalil
Can u please explain how to use these methods?
Forum: ASP.NET Oct 15th, 2009
Replies: 4
Views: 518
Posted By fawadkhalil
Hi
How can i resize an image before uploading and saving to database to the size im showing in my application.How will i accomplish this.
Forum: ASP.NET Oct 12th, 2009
Replies: 3
Views: 265
Posted By fawadkhalil
Actually filename was incorrect .
Thanks Ramesh for pointing out.
Forum: ASP.NET Oct 12th, 2009
Replies: 3
Views: 265
Posted By fawadkhalil
Hi
I have an image converted to binay and saved in SQL database.
Below is my line of code where application is throwing above exception that im using for showing image

Dim mem As New...
Forum: ASP.NET Sep 8th, 2009
Replies: 5
Views: 654
Posted By fawadkhalil
Wow Padtes thats exactly what i was looking for.Thank u very much
Thanks Yousaf to u also for your valuable suggestions.
Forum: ASP.NET Sep 7th, 2009
Replies: 5
Views: 654
Posted By fawadkhalil
Acutually im populating DDL from one table(CarMake) and counting no. of records from another table(CarSale) means how many cars are there for sale of a certain CarMake.
Forum: ASP.NET Sep 7th, 2009
Replies: 5
Views: 654
Posted By fawadkhalil
Hi
I have dropdownlist populated from database.My requirement is to count the number of records for each dropdownlist item like:
Toyota(15)
Honda(10)
BMW(20)

I have used...
Forum: ASP.NET Aug 19th, 2009
Replies: 2
Views: 349
Posted By fawadkhalil
wow
thanks xpartmgr as i was in need of progress bar so badly...
Forum: ASP.NET Aug 19th, 2009
Replies: 2
Views: 418
Posted By fawadkhalil
Thanks Ramesh for links from which i got idea how to start.
Forum: ASP.NET Aug 18th, 2009
Replies: 2
Views: 418
Posted By fawadkhalil
Hey all
i have gridview with two buttons up and down inside gridview. by clicking on moveup button row should move up and down when user clicks on move down button.
How can i achieve this.Please...
Forum: ASP.NET Jul 7th, 2009
Replies: 2
Views: 1,455
Posted By fawadkhalil
Thank u Ramesh for giving me idea how to start..
Forum: ASP.NET Jul 7th, 2009
Replies: 2
Views: 1,455
Posted By fawadkhalil
Hi all
i have checkboxlist populated from a table in database.now how can i store only checked items to database.
Forum: ASP.NET Jun 18th, 2009
Replies: 2
Views: 506
Posted By fawadkhalil
Hey all
i m trying to send progaramatically an email to user. i receive message "Email sent successfully".but email is not deliveing... i have two problems
1.Email sent to yahoo id is in queue from...
Forum: MS SQL Apr 15th, 2009
Replies: 2
Views: 387
Posted By fawadkhalil
wow that really works.
Thank u mail2saion
Forum: MS SQL Apr 15th, 2009
Replies: 2
Views: 387
Posted By fawadkhalil
Hi all
Convert(decimal(10,1),(taxid*10)/100) as tax

value in taxid is 1. And also im getting .0 result but it should return
.1
Plz help me..........why im getting wrong answer.
Forum: ASP.NET Apr 2nd, 2009
Replies: 2
Views: 735
Posted By fawadkhalil
Hi
My problem is solved::idea i got from yours code.
Thank yo;u p.k chaudhry
Forum: ASP.NET Apr 1st, 2009
Replies: 2
Views: 735
Posted By fawadkhalil
Hi all
I have datagridview that shows tasks to be done by user.One of gridview column shows priority of task as icon.Now i want to add tooltiptext to icon as "high priority, low priority or medium".
Forum: ASP.NET Mar 24th, 2009
Replies: 1
Views: 796
Posted By fawadkhalil
Hi all
I have datagridview with columns 1.task 2.taskdetail 3.Priority etc
Now i want that if a task have high priority it should show high priority icon and if low priority:may show low priority...
Forum: ASP.NET Mar 12th, 2009
Replies: 7
Views: 1,256
Posted By fawadkhalil
hi greeny_1984
ddlist.Items.FindByText(dr("Priority") ).Selected = true
gaves error "Cannot have multiple items selected in a DropDownList. "
But when i add "'ddlPriority.ClearSelection()" before...
Forum: ASP.NET Mar 12th, 2009
Replies: 7
Views: 1,256
Posted By fawadkhalil
one thing i forget is that values low medium high r coming from database
Forum: ASP.NET Mar 12th, 2009
Replies: 7
Views: 1,256
Posted By fawadkhalil
Dim dt As Data.DataTable = objlist.GetPriorityList()
Dim dr As Data.DataRow = dt.NewRow
dr.Item("PriorityID") = 0
dr.Item("Priority") = "--Select--"
...
Forum: ASP.NET Mar 12th, 2009
Replies: 7
Views: 1,256
Posted By fawadkhalil
Hi All
I have droplistlist populated from database.When i add records everthing is ok with the dropdownlist: but when i edit records it shows duplicate values like
High
Medium
Low
Medium
how...
Forum: VB.NET Jan 1st, 2009
Replies: 1
Views: 492
Posted By fawadkhalil
Well i found sol...set AutosizeColumnMode property of DataGridView to DisplayedCells
Forum: VB.NET Jan 1st, 2009
Replies: 1
Views: 492
Posted By fawadkhalil
Hi all
How can datagrid column adjust text larger than its width?
Showing results 1 to 40 of 42

 


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

©2003 - 2009 DaniWeb® LLC