Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Ahmad Safwat

@Ahmad Safwat
About
Posts
41
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • RTL Mobile website bad format on a Samsung Star mobile
    A Ahmad Safwat

    Hi all, I have a mobile website. When tested on a Samsung Star mobile and in Right-to-Left direction, text was displayed with bad format (un-wanted spaces and indents). Samsung Star Browser: WAP 2.0/xHTML, HTML http://www.gsmarena.com/samsung\_s5230\_star-2739.php I've tried on some other mobiles but problem didn't occur. Now, I don't know what is the problem, so I don't know how many other mobiles may problem occur on !! There was another problem of screen width that does't occur on Samsung star but occurs on htc, and it has been fixed by adding a "HandheldFriendly" tag. Please help me as soon as possible to fix that bad text format problem.

    Web Development help php html com question

  • SMS URL on htc mobile Invalid Recipient error
    A Ahmad Safwat

    Hi all, I have a mobile website. When trying to send SMS via an SMS URL on htc mobile, I receive an "Invalid Recipient" error but it works fine on other tested mobiles sms url example: <a href="sms:?body=TextText">Send By SMS</a> <a href="sms:+123456789?body=TextText">Send By SMS</a> Please help as soon as possible.

    Web Development help tutorial question

  • Asp.net and uploading large files
    A Ahmad Safwat

    Do you mean FileUpload control? Have you read my original post???

    ASP.NET help csharp asp-net learning

  • Asp.net and uploading large files
    A Ahmad Safwat

    Thank you for your reply, but I don't understand how this code helps me

    ASP.NET help csharp asp-net learning

  • Asp.net and uploading large files
    A Ahmad Safwat

    I'm using Asp.net 3.5 on Godaddy, and I need a way for users to upload large files using Asp.net FileUpload Control, I don't want to use a third party I've changed the value of maxRequestLength in web.config as follows: but when uploding a file of about 32 MB, upload process goes well (I can see percentage for the process in the down-left corner of Chrome browser), but after a while, the process restarts !! and after going with upload for a while page crashes without errors (just telling me that page cannot be displayed) The same happens on IE (but of course without percentage) Please help me to solve this issue without third party

    ASP.NET help csharp asp-net learning

  • How to retrieve binary file from Sql Server database to hard disk using SQL?
    A Ahmad Safwat

    heeeeeeeeey

    Database database sql-server sysadmin tutorial question

  • How to retrieve binary file from Sql Server database to hard disk using SQL?
    A Ahmad Safwat

    Hi, I'm Using: SELECT * FROM OPENROWSET(BULK 'G:\1.jpg', SINGLE_BLOB) to save binary files from hard disk to sql server database Now I need an SQL code to retrieve binary file from Sql Server database to hard disk

    Database database sql-server sysadmin tutorial question

  • Can I pass binary data of a file to WebBrowser control?
    A Ahmad Safwat

    Thanks again Luc, But............. what is the HTML code you are talking about????? what is the HTML code that represent file's binary data?? You may mean < embed ... ??? if so, I must save file to hard disk that is I do NOT want to do this is my question :(

    C# database help question

  • Can I pass binary data of a file to WebBrowser control?
    A Ahmad Safwat

    Thank you Giorgi, but it works perfectly with images only I tried .doc and .pdf files but a garbage data is displayed i'm using MemoryStream

    C# database help question

  • Can I pass binary data of a file to WebBrowser control?
    A Ahmad Safwat

    OK thank you Luc ... Now, how to:

    Luc Pattyn wrote:

    feed it a PDF document (the binary content of a PDF file)

    C# database help question

  • Can I pass binary data of a file to WebBrowser control?
    A Ahmad Safwat

    Hi all, I want to use WebBrowser control as a file viewer, but my files are stored in database. I can open files by WebBrowser control using WebBrowse.Navigate() method. But, I want to load my files directly from database to WebBrowser control, instead of saving them to hard disk then loading to WebBrowser control using WebBrowse.Navigate() method. Can I pass binary data of a file from database to WebBrowser control? please help...

    C# database help question

  • Oracle View Schema
    A Ahmad Safwat

    I'm trying to use both OleDbClient and OracleClient to get Tables/Views Schema but some data is incorrect. only OracleDataReader.GetSchemaTable(), retrieves some correct data but still I have the following problems: 1- For views, BaseTableName is the view name not really the name of base table of the view 2- Also BaseColumnName is the column name in the view not in the base table 3- I cannot find IsAutoIncrement or IsReadOnly columns in the schema table 4- Some data are incorrect with views only, such as IsKey: IsKey is false for Primary Key columns, although it's retrieved correctly if I'm getting schema of table directly not schema of the view can anybody helps me??

    Database database oracle xml question

  • Crystal Report Parameter and ASP.net problem
    A Ahmad Safwat

    hiiii, can anybody help me???

    ASP.NET database csharp asp-net help

  • Crystal Report Parameter and ASP.net problem
    A Ahmad Safwat

    hi all, I have two applications one is Windows application and the other is ASP.net application, both applications use Crystal Report 10 to preview data using direct SQL from the same stored procedure. I'm passing one parameter to stored procedure using report.SetParameterValue() method I have multiple copies of same database on multiple servers, one of them is working fine, but when connecting from ASP.net application to other databases - locally or remotely - it returns all records as if I didn't set parameter. NOTE: the Windows application is working fine in all cases !!!

    ASP.NET database csharp asp-net help

  • SQL Express 2005 Database Read-Only Problem
    A Ahmad Safwat

    !!! S U R P R I S E !!! The problem has been solved by changing "Log On" type of SQL Server Service from "Network Service" to "Local System". Now, I changed "Log On" type back to "Network Service" and still no problem !!! Can anybody explain that to me??

    Database database help sharepoint sql-server sysadmin

  • SQL Express 2005 Database Read-Only Problem
    A Ahmad Safwat

    I'm sorry it was the weak end, and I was unable to follow up the thread

    Mika Wendelius wrote:

    replace the DatabaseName with the actual database name

    I understood you first time and this is what I exactly did, and received the previous errors. And my database is a valid database copied from another machine on witch it works fine.

    Database database help sharepoint sql-server sysadmin

  • SQL Express 2005 Database Read-Only Problem
    A Ahmad Safwat

    Hi Mika, thanx for reply I cannot change database to be read write when I tried your code I received the following errors:

    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "D:\>> DatabaseName.mdf". Operating system error 5: "5(error not found)".

    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "D:\>> DatabaseName.ldf". Operating system error 5: "5(error not found)".

    File activation failure. The physical file name ">> DatabaseName.ldf" may be incorrect.

    Msg 945, Level 14, State 2, Line 1
    Database 'DatabaseName' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.

    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.

    My database is a valid database copied from another machine on witch it works fine.

    Database database help sharepoint sql-server sysadmin

  • SQL Express 2005 Database Read-Only Problem
    A Ahmad Safwat

    Hi, I have a problem with attaching databases to Microsoft SQL Server Express 2005, databases are attached as Read-Only even I'm using Management Studio or sp_attach_db stored procedure. Can you help me??

    Database database help sharepoint sql-server sysadmin

  • DateTimePicker and BindingSource Problem
    A Ahmad Safwat

    Hi all, I have a problem with DateTimePicker and BindingSource. The BindingSource DataSource is a DataTable of 3 Columns (ID, Name, and Date). The "ID" Field is Primary key that of cource doesn't allow nulls. Both "ID" and "Name" fields are bound to TextBoxes, and "Date" Field is bound to a DateTimePicker control. Now when I'm trying to add a new record, I got an exception of: "Column 'ID' does not allow nulls." although it has a value. when I don't bind "Date" field, problem doesn't occur Can you help meeee?? :((

    C# help question

  • How to Determine The Location Of Label Text In Pixels
    A Ahmad Safwat

    Hey, can anybody help me?

    C# tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups