i want to make Admin ,supervisor and member rules in my website i already did it with sql express but i can't do it with sql server i used aspnet_regsql.e xe to add aspnet database to sql server and i write the connection string in webconfig but i can't create new user when i create user and go to see it on aspnet_users i didn't find any thing.
Any idea please
Thanks,
Orked
User Profile
Collapse
-
How to Add Membership database to sql server>
-
thank you for your help,
i have another question if I want to play video from my website folder not from youtube how i can write this??
Thanks,
Orked -
How to insert video in asp.net web page
Hello,
i want to insert video in my web page but the video didn't work it load for small time then it stop and i don't know why??
i write this line in aspx page
and i try this line also but no progress it tell me missing plugin all time when i search for missing plugin i found no plugin availableCode:<video src="ss.flv" width="500" height="150" controls> </video>
...Code:<embed
-
i already do that but i found the same error and i searched for this error a lot of time and execute all solutions i found them but no progress so i decided to change my OS to win7 and i didn't found any problem with it.
Thanks
OrkedLeave a comment:
-
failed to create database on windows vista
Hello all,
i have this error "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed"
when i want to create database or use already existing database,this error appeared to me since i changed my OS from Win xp to Windows vista.
how i can solve this problem.
Thanks in advanced,
Orked -
Doug,
you can make the enable state to false in the properties of validator and change this state in the code behind the button you want to click on it like this
OrkedCode:protected void Button1_Click(object sender, EventArgs e) { RegularExpressionValidator1.Enabled = true; }Leave a comment:
-
Hello,
you need Regular Expression validator to check on the input from user you can change validation expression on it's properties you can write this value on it
[0-2][0-3]:[0-5][0-9]
Try this i think it will help you.
OrkedLeave a comment:
-
i know this point but i mean i have 2 hyper link they do not have text for them because i want to give them this value during runtime i will write the value in textbox and i will press button1 to apply this value and i will use hyper link 2 to reload page if i write test word in textbox and press button1 the text for hyper link 1 will be "test" if i press hyper link after that the original value for hyper link1 will back again but i want...Leave a comment:
-
How to replace value of name for Hyperlink control during runtime
Hello,
i want to change name of hyper link during runtime ,i put text box i take value from text box and put it as name of hyper link but when i reload page the original name of hyper link back again what i can i do to save the new value for ever.
Thanks
Orked. -
resize background image for master page
i want to use image as background for master page, i want this image to resize it's size according to screen size or the browser i put image as background for master using this code
ThanksCode:<body background="images/abstract-background.jpg">
orked -
-
how i can display numbers ?
i want to display number using echo, i wrote the following code
Code:<?php $a= 01020; echo $a; ?>
i don't understand the result.Code:the result :582
this happen only if i add zero to the first place in the number i mean if i write 1020 there is no problem the number will be appeared as it.
please i need an explanation for that.
thanks in advance
shreen -
problem with writing arabic into database from out
i made insert data from excel sheet to database , the operation is done successfully but when i went to see the data inserted all english word was fine but arabic word wrote as (??????????) i tried more than one solution but there is no one fixed my problem any help please. -
you can make validation on text box from toolbox ,choose validation if you want write number only choose regular expression validator and write in its properties
(validation expression)this expression(\d{n umbers of numbers you want to enter it })
if you refuse null value this expression make what you want.
Good luck.Leave a comment:
-
Arabic in c#
i want to write some words in arabic language in my code to create PDF.
i tried saving with coding and tried writting in html(dir rtl) but the two way failed
i want to know how i can write arabic in c# 2005 and asp -
at first my application wasn't in the root c:\Inetpub\wwwr oot\.....
i put it in this root and i changed the path in my code to be suitable for path but the error still appearLeave a comment:
-
i made the source of excel file in c:websqleditor
in this folder i made excel file called(test) as i wrote in code
note if i changed the path the same error appear
i wonder if i need any thing to map pathLeave a comment:
-
import excel file
i want to import excel file to gridview but there was error(Failed to map this path "/xmltest.xml") and i couldn't handle it my code:
...Code:public void fillGrid() { DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("../xmltest.xml")); GridView1.DataSource = ds; GridView1.DataBind(); } protected void Page_Load(object sender, EventArgs -
Import Excel file to Gridview
i tried to import excel file into gridview but the code made this exception (Failed to map this path''xmlTest.x ml") i don't know why
my code:
...Code:public void fillGrid() { DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("../xmlTest.xml")); GridView1.DataSource = ds; GridView1.DataBind(); } protected void Page_Load(object sender, -
your explaination for my problem is true .
thank you very much, i found the soluation for my problemLeave a comment:
No activity results to display
Show More
Leave a comment: