Click here to Skip to main content
15,908,445 members

Comments by petra.elhashem (Top 12 by date)

petra.elhashem 6-Sep-14 14:11pm View    
use the codebehind
F.NavigateUrl=StageCourseExeList.aspx?id="+ TFCourseID.Text.Trim();
in page load event
if u just want to set it once but if it needs updating on TFCourseID text change u might one use javascript
petra.elhashem 7-Mar-14 16:09pm View    
the i++ should be outside if as in for loop it was always incrementing regardless if the condition was true or false
petra.elhashem 7-Mar-14 16:07pm View    
Deleted
var arr3=new Array();
var arr4=new Array();
var i = 0;

while(i
petra.elhashem 7-Mar-14 15:24pm View    
hi smith u seem really new to asp.net if u want i can guide u along send ur skype name and i will add u.
petra.elhashem 7-Mar-14 15:21pm View    
you can make the subfolder as an application in IIS. Then browse under localhost.
Usually i place all my project folders under C:\inetpub\wwwroot
if you don't already have IIS on ur windows u can enable it by adding as feature in windows under control panel programs and features