Forum: ASP.NET Aug 31st, 2009 |
| Replies: 11 Views: 607 i agree with snake...
but i'm curious why do u need a feature like MessageBox..?
or there is another way but it's a long way.. |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 2 Views: 271 can i have a look at ur xslt code..
via which your xml gets rendered into the Html... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 2 Views: 394 Write Byte Array (http://www.digitalcoding.com/Code-Snippets/C-Sharp/C-Code-Snippet-Save-byte-array-to-file.html)
Read Byte Array..... |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 3 Views: 266 |
Forum: ASP.NET Aug 31st, 2009 |
| Replies: 7 Views: 313 well Mr. can you me the size of your file...which you are trying to upload..
if your file size is above 4 MB then i have the solution... |
Forum: ASP.NET Aug 29th, 2009 |
| Replies: 2 Views: 293 brother mark the thread as resolved if your problem is solved... |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 7 Views: 394 look sissy gal i can;t debug u r code virtually..
show me your code and remove u r credentials if u have in your form..
may be we can figure this out.. |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 7 Views: 394 how about u put a debug on to that see the flow..
where it goes....
i think u might be checking for some session values or
some querystring...i.e your condition thing...
after debugging if... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 13 Views: 859 i don't get it...it's really complicated..
can i have lok at u r code... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 7 Views: 394 can i have lok at u r code..
& please Name the complete error.. |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 1 Views: 296 wot is the error..?
may be u have not installed office ob u r system..:) |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 2 Views: 330 Try This.... (http://asp.net/learn/) |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 3 Views: 180 name the error..?
in u r database File1....File8 null status is uncheked i.e
Null values are not allowed...so could be a chance of an error.. |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 4 Views: 218 session.abandon();
session.clear();
Response.Redirect("Login.aspx"); |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 8 Views: 484 |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 9 Views: 313 |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 3 Views: 232 sorry kameshwari i was in the hurry..
so forgot to use [code] Tag.. |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 3 Views: 232 r u asking us simple calculation..
TextBox3.Text = (int.Parse(TextBox1.Text.toString()) + int.Parse(TextBox1.Text.toString())).toString();
hope that works for you....
tata docomo.. |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 7 Views: 342 go to website called asp.net from there you can watch streaming videos or download it..
on that site many articals are kept on Ajax..
it would be a good kick start 4 u..
Tata Docomo... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 9 Views: 407 wot is the problem...
thorugh webrequest you fire the php page and get the response as html...now store the response in the temporary string variable and use string.contains...
if it... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 8 Views: 484 ramesh i'm very impressed but i had one query...
when session.abandon() is called and wot if my server don;t have
global.asax file....does it gonna work...just like u said..! |
Forum: C# Aug 25th, 2009 |
| Replies: 4 Views: 453 ajijacobm, did that solution worked..? |
Forum: C# Aug 25th, 2009 |
| Replies: 13 Views: 989 wot is the error u getting...could u please elaborate ..? |
Forum: C# Aug 25th, 2009 |
| Replies: 5 Views: 303 no idea....but if u find the solution then hit me back.. |
Forum: C# Aug 25th, 2009 |
| Replies: 3 Views: 269 never worked with struct but this can be done with help of byte array..
or there are many possiblities....u can do this..
try googling around... |
Forum: C# Aug 25th, 2009 |
| Replies: 6 Views: 362 |
Forum: C# Aug 25th, 2009 |
| Replies: 8 Views: 397 create a string which hold your query..
and set debug while passing it...
hope that helps... |
Forum: C# Aug 25th, 2009 |
| Replies: 3 Views: 381 Try this one... (http://www.devarticles.com/c/a/Delphi-Kylix/Creating-an-SMTP-Server/)
hope this helps.. |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 3 Views: 493 |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 3 Views: 534 my friend you are really cool just like u r ID..
but its a bad idea storing binary data in the database..
yes it is possible....but it will slow down u r application heavily..
so use u r mp3... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 9 Views: 313 dude if problem is resolved then mark it as solved....;) |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 9 Views: 313 now in ur xsl file use....count(user_information)
it will work..
if it does not work then send me your code...
may be i can fix it... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 14 Views: 1,263 Try this... (http://aspspider.info/dnanetwork/Gridview/Gridview_SQLDataSource_2.aspx)
hope it helps.. |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 9 Views: 313 okey great..
now when you run that query you get the xml response...
can i have a look at the output...
i think i'm very close to u r solution...
your output would be something like... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 9 Views: 313 SELECT count(1) from applications
this is database query...i don;t think u can write direct query in the xsl file...
well as far as i've learned ....all i know is query get fired from C#..
... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 9 Views: 313 okey first thing first..
is that query is working..cos we guys use FOR XML AUTO
have u checked the query on live server / Testing server you have..?
i understood what exactly u require but i... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 5 Views: 252 does u r code compile correctly..?
cos i'm a C# coder if i'm at ur place...
i need to typecast the things before referencing any checkbox on the page ...
if u r code complies correctly then... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 2 Views: 182 hello there...there could be many problems to u r uploading thing..
well if u can elaborate more or if you can show me your code and specially your web.config file...
remember if u r sharing... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 2 Views: 304 i've tested this earlier it works..
don't need to buy anything but u have to take little coding efforts to get it done..
Try this...... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 1 Views: 196 well u have really good issue here but don;t have much idea how to fix this but for the sake of knowledge i know if u want the user not access file after 7 days i think u'll need to work with... |